Listing 1.

#VRML V2.0 utf8
   Transform {
   translation 0 1 0
   children [
       Shape {
         appearance Appearance {
            material Material {
                diffuseColor 0.8 0 0
            }
         }
         geometry Sphere {
            radius 0.5
         }
      }
   ]
}