Table of contents Chapter index Previous slide Next slide 32
Specifying appearance

Building primitive shapes
Specifying appearance
  • Shape appearance is described by appearance nodes

  • For now, we'll use nodes to create a shaded white appearance:

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