Tagged Questions
5
votes
2answers
1k views
Point Light Soft Shadows
How to implement soft shadows for omni directional (point) light. We use typical shadow mapping technique. Depth is rendered to texture cube and addresing is pretty simple then. Just using vector from ...