Table of Contents Chapter Index Previous Slide Next Slide 80
A sample world using appearance

Controlling appearance with materials
A sample world using appearance
Shape {
    appearance Appearance {
        material Material {
            diffuseColor 1.0 1.0 1.0
        }
    }
    geometry . . .
}