Table of Contents Chapter Index Previous Slide Next Slide 31
A sample primitive shape

Building primitive shapes
A sample primitive shape
#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Cylinder {
        height 2.0
        radius 1.5
    }
}