Table of Contents Chapter Index Previous Slide Next Slide 14
A sample VRML file

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