Virtual Ray Lights for Rendering Scenes with Participating Media

Jan Novák1,2 Derek Nowrouzezahrai1,3 Carsten Dachsbacher2 Wojciech Jarosz1
1Disney Research Zürich 2Karlsruhe Institute of Technology 3Université de Montréal

In ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH 2012)

Teaser
The Fruit Juice scene featuring both single and multiple scattering (left). We evaluate the quality of multiple scattering. Our approach can compute the multiple scattering within the media in about a minute (middle-left), while in equal time, both the previous state-of-the-art approaches for general media (progressive photon beams, middle-right; virtual point lights, right) contain significant artifacts.

Abstract

We present an efficient many-light algorithm for simulating indirect illumination in, and from, participating media. Instead of creating discrete virtual point lights (VPLs) at vertices of random-walk paths, we present a continuous generalization that places virtual ray lights (VRLs) along each path segment in the medium. Furthermore, instead of evaluating the lighting independently at discrete points in the medium, we calculate the contribution of each VRL to entire camera rays through the medium using an efficient Monte Carlo product sampling technique. We prove that by spreading the energy of virtual lights along both light and camera rays, the singularities that typically plague VPL methods are significantly diminished. This greatly reduces the need to clamp energy contributions in the medium, leading to robust and unbiased volumetric lighting not possible with current many-light techniques. Furthermore, by acting as a form of final gather, we obtain higher-quality multiple-scattering than existing density estimation techniques like progressive photon beams.

Downloads

Video

Text Reference

Jan Novák, Derek Nowrouzezahrai, Carsten Dachsbacher, Wojciech Jarosz. Virtual Ray Lights for Rendering Scenes with Participating Media. ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH 2012), 31(4), July 2012.

BibTex Reference

@article{novak12vrls,
    author = {Jan Nov{\'a}k and Derek Nowrouzezahrai and Carsten Dachsbacher and Wojciech Jarosz},
    title = {Virtual Ray Lights for Rendering Scenes with Participating Media},
    journal = {ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH 2012)},
    volume = {31},
    number = {4},
    year = {2012},
    month = jul,
    keywords = {photon beams, photon mapping, final gather, participating media, VPL, virtual point lights, indirect illumination, weak singularity, unbiased}
}