Table of contents Chapter index Previous slide Next slide 37
Syntax: Sphere

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
    
        }
    
    }