#VRML V2.0 utf8 DEF sphereview Viewpoint { position 0 0 2 orientation 0 0 1 0 description "Sphereview" } Transform { children Shape { appearance Appearance { material Material { diffuseColor 1 0 0} } geometry Sphere {radius .3} } translation 0 0 0 }