Sparsely precomputing the light transport matrix for real-time rendering

  • Authors:
  • Fu-Chung Huang;Ravi Ramamoorthi

  • Affiliations:
  • University of California, Berkeley;University of California, Berkeley

  • Venue:
  • EGSR'10 Proceedings of the 21st Eurographics conference on Rendering
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Precomputation-based methods have enabled real-time rendering with natural illumination, all-frequency shadows, and global illumination. However, a major bottleneck is the precomputation time, that can take hours to days. While the final real-time data structures are typically heavily compressed with clustered principal component analysis and/or wavelets, a full light transportmatrix still needs to be precomputedfor a synthetic scene, often by exhaustive sampling and raytracing. This is expensive and makes rapid prototyping of new scenes prohibitive. In this paper, we show that the precomputation can be made much more efficient by adaptive and sparse sampling of light transport. We first select a small subset of "dense vertices",where we sample the angular dimensionsmore completely (but still adaptively). The remaining "sparse vertices" require only a few angular samples, isolating features of the light transport. They can then be interpolated from nearby dense vertices using locally low rank approximations. We demonstrate sparse sampling and precomputation 5 × faster than previous methods.