Mosaics
Improving Texture Performance
- Pack multiple images into a single texture
- Can make more efficient use of a texture (.e.g., power-of-two restrictions)
- Minimize number of texture changes
- Adjust texture coordinates to address correct element
- Use LOD clamps to avoid using coarse levels of detail