266

Mapping textures
Syntax: Appearance

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