Anisotropic Lighting
Custom Lighting Equation
- Use texture mapping to generate intensities
- Subelements of equation map to texture coordinates
- s maps to L • T
- t maps to V • T
- Texels values lighting as a function of L • T and V • T
- diffuse = N • L =
- specular = R • V =