Shadow mapping is a process by which shadows are added in 3D graphics scenes.
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 ...