1 | #VRML V2.0 utf8 |
2 | Group { children [ |
3 | Background [ # Node for background representation |
4 | . . . . . . . . . . . . . ] |
5 | Shape { # Node for floor representation |
6 | . . . . . . . . . . . . . .] |
7 | Transform { # Node for red ball representation |
8 | . . . . . . . . . . . . . .} |
9 | DEF Clock AnimationSensor {....} # Animation Clock |