Moments in Graphics
A blog by Christoph Peters

Beyond Hard Shadows: Moment Shadow Maps for Single Scattering, Soft Shadows and Translucent Occluders

Christoph Peters, Cedrick Munstermann, Nico Wetzstein, Reinhard Klein.
2016–02 in Proceedings of the 20th ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games. ACM.
Official version

Abstract

Building upon previous works, we transfer the recently proposed moment shadow mapping to three new applications. Like variance shadow maps and convolution shadow maps, moment shadow maps can be filtered directly. Classically, this is used to filter hard shadows but previous works explore other applications. Prefiltered single scattering uses convolution shadow maps to render single scattering in homogenous participating media, variance soft shadow mapping uses variance shadow maps for approximate soft shadows and Fourier opacity mapping uses convolution shadow maps for translucent occluders. We combine these three techniques with moment shadow mapping to arrive at better heuristics with less computational overhead.

Keywords: filterable shadow maps, moment shadow mapping, participating media, real-time rendering, single scattering, soft shadows, translucent occluders

Images

SingleScattering FoliageMSM6 QuadbotMSSM SeaportMSSM SintelMSSM TranslucentOccluder4MSM

Video

Executable Demo

We provide an executable demo showcasing all novel techniques presented in the paper and some related work. For example, exponential variance shadow maps with 16-bit quantization are now supported. Please refer to the ReadMe.pdf that comes with the download for more information. Shader code with documentation is provided in a separate download.

Notes

An extended version of this paper has been invited to the Journal of Computer Graphics Techniques.

Downloads