Table of Contents Chapter Index Previous Slide Next Slide 65
Understanding Appearance

Controlling Appearance with Materials

Understanding Appearance
  • Appearance nodes describe:
  • material properties - color, transparency, etc.
  • more . . .

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