Anisotropic Lighting
Custom Lighting Equation
- Use texture matrix to go from T to L • T and V • T
- L and V vectors in texture matrix
- T in texture coordinates
- Multiplying results in dot products
- Must scale texels to account for -1 -> 1 : 0 -> 1 mapping
- Must reload texture matrix when L or V changes