4x4
Radical ride! Use the left mouse button alot to get the most out of this world. Try to follow, get beside and chase the truck. This world makes use of two Live3D features:

Background Image Nothing could be more fun than 'wheelin under the big blue sky. This trucker seems to think so. It was easy enough to arrange in this world. For example:

DEF BackgroundImage Info {
    string "4x4bak.gif"
}

Spin The SpinGroup node was used to show the truck driving (while popping a gnarly wheelie!) in a circle. The SpinGroup node is used like a Separator, but has fields which are used to specify the speed and type of spin. For example:

SpinGroup {
    rotation  0 1 0  -0.1
    local     FALSE

Cube {}

}