Memory efficient light baking
Henry Schäfer, Jochen Süßmuth, Cornelia Denk, Marc Stamminger
In Computers & Graphics, 36(3), 2012.
Abstract: In real-time rendering, global lighting information that is too expensive to be computed on the fly is typically pre-computed and baked as vertex attributes or into textures. Prominent examples are view independent effects, such as ambient occlusion, shadows, indirect lighting, or radiance transfer coefficients. Vertex baking usually requires less memory, but exhibits artifacts on large triangles. These artifacts are avoided by baking lighting information into textures, but at the expense of significant memory consumption and additional work to obtain a parameterization. In this paper, we propose a memory efficient and performant hybrid approach that combines texture- and vertex-based baking. Cheap vertex baking is applied by default and textures are used only where vertex baking is insufficient to represent the signal. Seams at transitions between both representations are hidden using a simple shader which smoothly blends between vertex- and texture-based shading. With our fully automatic approach, we can significantly reduce memory requirements without negative impact on rendering quality or performance.
Article URL: http://dx.doi.org/10.1016/j.cag.2011.12.001
BibTeX format:
@article{Schaefer:2012:MEL,
  author = {Henry Schäfer and Jochen Süßmuth and Cornelia Denk and Marc Stamminger},
  title = {Memory efficient light baking},
  journal = {Computers & Graphics},
  volume = {36},
  number = {3},
  pages = {193--200},
  year = {2012},
}
Search for more articles by Henry Schäfer.
Search for more articles by Jochen Süßmuth.
Search for more articles by Cornelia Denk.
Search for more articles by Marc Stamminger.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."