Table of contents Chapter index Previous slide Next slide 43
A sample primitive shape

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