### ### #VRML V2.0 utf8 Background { skyColor 1 1 1 } Transform { rotation 1 0 0 0.0 translation 0 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Box{ size 4 2 2 } } ] } ### ~ ### #VRML V2.0 utf8 Background { skyColor 1 1 1 } Transform { rotation 1 0 0 0.0 translation 0 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Cylinder { radius 1 height 4 } } ] } ### ~ ### #VRML V2.0 utf8 Background { skyColor 1 1 1 } Transform { rotation 1 0 0 0.0 translation 0 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Cone { bottomRadius 1 height 4 } } ] } ### ### #VRML V2.0 utf8 Background { skyColor 1 1 1 } Transform { rotation 1 0 0 0.0 translation 0 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Sphere { radius 1 } } ] }