HardwareShadow Mapping Issues
Why it works and problems
- Shadow map texturing is effectively a second occlusion test done with respect to the light
- Modulate with zero if inside shadow
- Modulate with one if outside shadow
- Traditional mipmap texture filtering not suited for filtering a depth map
- Hardware support currently limited to InfiniteReality and RealityEngine