Table of Contents Chapter Index Previous Slide Next Slide 12
A Sample VRML File

Understanding Key Concepts

A Sample VRML File
#VRML V2.0 utf8
# A Cylinder
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Cylinder {
        height 2.0
        radius 1.5
    }
}