Sciweavers

GRAPHICSINTERFACE
2008

Exponential shadow maps

13 years 6 months ago
Exponential shadow maps
Rendering high-quality shadows in real-time is a challenging problem. Shadow mapping has proved to be an efficient solution, as it scales well for complex scenes. However, it suffers from aliasing problems. Filtering the shadow map alleviates aliasing, but unfortunately, native hardware-accelerated filtering cannot be applied, as the shadow test has to take place beforehand. We introduce a simple approach to shadow map filtering, by approximating the shadow test using an exponential function. This enables us to pre-filter the shadow map, which in turn allows for high quality hardware-accelerated filtering. Compared to previous filtering techniques, our technique is faster, consumes less memory and produces less artifacts.
Thomas Annen, Tom Mertens, Hans-Peter Seidel, Eddy
Added 29 Oct 2010
Updated 29 Oct 2010
Type Conference
Year 2008
Where GRAPHICSINTERFACE
Authors Thomas Annen, Tom Mertens, Hans-Peter Seidel, Eddy Flerackers, Jan Kautz
Comments (0)