Building primitive shapes
sphere.wrl

	

#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Sphere {
        radius 1.0
    }
}