Table of contents Chapter index Previous slide Next slide 264
Syntax: Appearance

Mapping textures
Syntax: Appearance
  • An Appearance node describes overall shape appearance
  • texture - texture source
  • Shape {
    
        appearance Appearance {
    
            material Material { . . . }
    
            texture ImageTexture { . . . }
    
        }
    
        geometry . . .
    
    }