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

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 . . .
    
    }