#VRML V2.0 utf8 Transform { children [ Shape { appearance Appearance { material Material { diffuseColor 0.8 0.8 0 } } geometry Cylinder { radius 0.1 } } Transform { translation 0 1.5 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1.0 0.0 0.2 shininess 0.8 } } geometry Sphere { radius 0.5 } } ] } ] }