5559

Real-Time Volumetric Shadows using 1D Min-Max Mipmaps

Jiawen Chen, Ilya Baran, Fredo Durand, Wojciech Jarosz
MIT CSAIL
Symposium on Interactive 3D Graphics and Games, I3D ’11, 2011

@inproceedings{chen2011real,

   title={Real-time volumetric shadows using 1D min-max mipmaps},

   author={Chen, J. and Baran, I. and Durand, F. and Jarosz, W.},

   booktitle={Symposium on Interactive 3D Graphics and Games},

   pages={PAGE–7},

   year={2011},

   organization={ACM}

}

Download Download (PDF)   View View   Source Source   

1656

views

Light scattering in a participating medium is responsible for several important effects we see in the natural world. In the presence of occluders, computing single scattering requires integrating the illumination scattered towards the eye along the camera ray, modulated by the visibility towards the light at each point. Unfortunately, incorporating volumetric shadows into this integral, while maintaining real-time performance, remains challenging. In this paper we present a new real-time algorithm for computing volumetric shadows in single-scattering media on the GPU. This computation requires evaluating the scattering integral over the intersections of camera rays with the shadow map, expressed as a 2D height field. We observe that by applying epipolar rectification to the shadow map, each camera ray only travels through a single row of the shadow map (an epipolar slice), which allows us to find the visible segments by considering only 1D height fields. At the core of our algorithm is the use of an acceleration structure (a 1D minmax mipmap) which allows us to quickly find the lit segments for all pixels in an epipolar slice in parallel. The simplicity of this data structure and its traversal allows for efficient implementation using only pixel shaders on the GPU.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: