Table of contents Chapter index Previous slide Next slide 9
A sample VRML file

Introducing VRML Syntax
A sample VRML file
#VRML V2.0 utf8
# A Cylinder
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Cylinder {
        height 2.0
        radius 1.5
    }
}