#VRML V2.0 utf8 # # World with 3 Red Spheres and 3 Green Arrows # # - with no PROTOs and Behaviors # DEF Sphere1 Transform { children Shape { appearance Appearance { material Material { diffuseColor 1 0 0 transparency 0 } } geometry Sphere { } } #Shape translation 0 3 -6 } #Transform DEF Sphere2 Transform { children Shape { appearance Appearance { material Material { diffuseColor 1 0 0 transparency 0 } } geometry Sphere { } } #Shape translation 3 -2 -6 } #Transform DEF Sphere3 Transform { children Shape { appearance Appearance { material Material { diffuseColor 1 0 0 transparency 0 } } geometry Sphere { } } #Shape translation -3 -2 -6 } #Transform Group { children [ Transform { translation -6 -2 -6 children Transform { translation 8 2.5 0 rotation 0 0 1 0.785 children [ Transform { translation 0 1 0 children Shape { appearance Appearance { material DEF MAT Material { diffuseColor 0 0.7 0 } } geometry Cylinder { radius 0.25 height 1} } #Shape } #Transform Transform { translation 0 0 0 rotation 0 0 1 3.14 children Shape { appearance Appearance { material USE MAT } geometry Cone { bottomRadius 0.45 height 1} } #Shape } #Transform ] #children } #Transform } #Transform ] #children } #Group Group { children [ Transform { translation -6 -2 -6 children Transform { translation 6 -0.75 0 rotation 0 0 1 1.571 children [ Transform { translation 1.5 0.5 0 children Shape { appearance Appearance { material DEF MAT Material { diffuseColor 0 0.7 0 } } geometry Cylinder { radius 0.25 height 1} } #Shape } #Transform Transform { translation 1.5 -0.5 0 rotation 0 0 1 3.14 children Shape { appearance Appearance { material USE MAT } geometry Cone { bottomRadius 0.45 height 1} } #Shape } #Transform ] #children } #Transform } #Transform ] #children } #Group Group { children [ Transform { translation -6 -2 -6 children Transform { translation 6 -0.75 0 rotation 0 0 1 1.571 children [ Transform { translation 0 -0.5 0 children Shape { appearance Appearance { material DEF MAT Material { diffuseColor 0 0.7 0 } } geometry Cylinder { radius 0.25 height 1} } #Shape } #Transform Transform { translation 0 0.5 0 rotation 0 0 1 0 children Shape { appearance Appearance { material USE MAT } geometry Cone { bottomRadius 0.45 height 1} } #Shape } #Transform ] #children } #Transform } #Transform ] #children } #Group