Sciweavers

CGF
1998

A Light Hierarchy for Fast Rendering of Scenes with Many Lights

13 years 4 months ago
A Light Hierarchy for Fast Rendering of Scenes with Many Lights
We introduce a new data structure in the form of a light hierarchy for efficiently ray-tracing scenes with many light sources. An octree is constructed with the point light sources in a scene. Each node represents all the light sources it contains by means of a virtual light source. We determine bounds on the error committed with this approximation to shade a point, both for the cases of diffuse and specular reflections. These bounds are then used to guide a hierarchical shading algorithm. If the current level of the light hierarchy provides shading of sufficient quality, the approximation is used, thus avoiding the cost of shading for all the light sources contained below this level. Otherwise the descent into the light hierarchy continues. Our approach has been implemented for scenes without occlusion. The results show important acceleration compared to standard ray-tracing (up to 90 times faster) and an important improvement compared to Ward’s adaptive shadow testing.
Eric Paquette, Pierre Poulin, George Drettakis
Added 21 Dec 2010
Updated 21 Dec 2010
Type Journal
Year 1998
Where CGF
Authors Eric Paquette, Pierre Poulin, George Drettakis
Comments (0)