37

Building primitive shapes
Syntax: Sphere

  • A Sphere geometry node builds a sphere
  • radius - sphere radius

  • [ sphere.wrl ]
    Shape {
        appearance Appearance {
            material Material { }
        }
        geometry Sphere {
            radius 1.0
        }
    }