1 | #VRML V2.0 utf8 |
2 | children [ |
3 | # Ground |
4 | Shape { |
5 | appearance DEF White |
6 | Appearance { |
7 | material Material { } |
8 | } |
9 | geometry Box { |
10 | size 12.0 0.1 12.0 |
11 | } |
12 | }, |
13 | # A tree scaled along a diagonal axis using scale orientation. |
14 | http://www.npac.syr.edu/users/zeynep/VRML2.0_EXAMPLES/samples/scaledtree.wrl |