A sample VRML file

#VRML V2.0 utf8                (Header)
# A Cylinder                   (Comments)
Shape {                        (Node)
    appearance Appearance {
        material Material { }
    }
    geometry Cylinder {
        height 2.0              (Node Values)
        radius 1.5
    }
}

Contents      Back      Next