Table of contents Chapter index Previous slide Next slide 18
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

    }

}