75

Controlling appearance with materials
Syntax: Appearance

  • An Appearance node describes overall shape appearance
  • material properties - color, transparency, etc.

    Shape {
        appearance Appearance {
            material . . .
        }
        geometry . . .
    }