Anisotropic Texturing
Anisotropic Texturing Procedure
- Resample texture image at different aspect ratios
- Keep power-of-two sizes
- Load into OpenGL using texture objects
- Compute approximate visible aspect ratio of texture from viewer (not trivial)
- Use texture object to make matching texture current
- Future: Anisotropic texture extensions