295

Controlling how textures are mapped
Scaling, rotating, and translating

  • Scale, Rotate, and Translate a texture cookie cutter one after the other
    Shape {
        appearance Appearance {
            material Material { . . . }
            texture ImageTexture { . . . }
            textureTransform TextureTransform {
                translation 0.0 0.0
    	    rotation .785
    	    scale 8.5 8.5
            }
        }
    }