287

Controlling how textures are mapped
Syntax: Appearance

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