#VRML V2.0 utf8 DEF EntryView Viewpoint { position 1 1 10 description "Entry View" jump TRUE orientation 0 0 0 0.1} NavigationInfo { type [ "EXAMINE", "ANY" ] headlight TRUE } DEF Y Shape { geometry Box { size 0.1 10 0.1 } appearance Appearance { material Material { diffuseColor .5 0.5 0 } } } DEF X Shape { geometry Box { size 10 0.1 0.1 } appearance Appearance { material Material { diffuseColor .5 0.5 0 } } } DEF Z Shape { geometry Box { size 0.1 0.1 10 } appearance Appearance { material Material { diffuseColor .5 0.5 0 } } } Transform { rotation 0 0 1 3.14 children [ Shape { geometry Cone {} appearance Appearance { material Material { diffuseColor .8 0.0 0.5 } } } ] }