hide
Free keywords:
-
Abstract:
Recent approaches to global illumination for dynamic scenes achieve interactive
frame rates by using coarse approximations to geometry, lighting, or both,
which limits scene complexity and rendering quality. High-quality global
illumination renderings of complex scenes are still limited to methods based on
ray tracing. While conceptually simple, these techniques are computationally
expensive. We present an efficient and scalable method to compute global
illumination solutions at interactive rates for complex and dynamic scenes. Our
method is based on parallel final gathering running entirely on the GPU. At
each final gathering location we perform micro-rendering: we traverse and
rasterize a hierarchical point-based scene representation into an
importance-warped micro-buffer, which allows for BRDF importance sampling. The
final reflected radiance is computed at each gathering location using the
micro-buffers and is then stored in image-space. We can trade quality for speed
by reducing the sampling rate of the gathering locations in conjunction with
bilateral upsampling. We demonstrate the applicability of our method to
interactive global illumination, the simulation of multiple indirect bounces,
and to final gathering from photon maps.