Practical Global Illumination with Irradiance CachingSpringer Nature, 2022 M05 31 - 134 pages Irradiance caching is a ray tracing-based technique for computing global illumination on diffuse surfaces. Specifically, it addresses the computation of indirect illumination bouncing off one diffuse object onto another. The sole purpose of irradiance caching is to make this computation reasonably fast. The main idea is to perform the indirect illumination sampling only at a selected set of locations in the scene, store the results in a cache, and reuse the cached value at other points through fast interpolation. This book is for anyone interested in making a production-ready implementation of irradiance caching that reliably renders artifact-free images. Since its invention 20 years ago, the irradiance caching algorithm has been successfully used to accelerate global illumination computation in the Radiance lighting simulation system. Its widespread use had to wait until computers became fast enough to consider global illumination in film production rendering. Since then, its use is ubiquitous. Virtually all commercial and open-source rendering software base the global illumination computation upon irradiance caching. Although elegant and powerful, the algorithm in its basic form often fails to produce artifact-free mages. Unfortunately, practical information on implementing the algorithm is scarce. The main objective of this book is to show the irradiance caching algorithm along with all the details and tricks upon which the success of its practical implementation is dependent. In addition, we discuss some extensions of the basic algorithm, such as a GPU implementation for interactive global illumination computation and temporal caching that exploits temporal coherence to suppress flickering in animations. Our goal is to show the material without being overly theoretical. However, the reader should have some basic understanding of rendering concepts, ray tracing in particular. Familiarity with global illumination is useful but not necessary to read this book. Table of Contents: Introduction to Ray Tracing and Global Illumination / Irradiance Caching Core / Practical Rendering with Irradiance Caching / Irradiance Caching in a Complete Global Illumination / Irradiance Caching on Graphics Hardware / Temporal Irradiance Caching |
Contents
1 Introduction to Ray Tracing and Global Illumination | 1 |
2 Irradiance Caching Core | 17 |
3 Practical Rendering with Irradiance Caching | 43 |
4 Irradiance Caching in a Complete Global Illumination Solution | 55 |
5 Irradiance Caching on Graphics Hardware | 71 |
6 Temporal Irradiance Caching | 91 |
A Mathematical Foundations | 105 |
B Derivation of Gradient Formulas | 113 |
C SplitSphere Model | 117 |
D Annotated References | 121 |
125 | |
About the Authors | 129 |
131 | |
Other editions - View all
Practical Global Illumination with Irradiance Caching Jaroslav Krivanek,Pascal Gautron Limited preview - 2009 |
Practical Global Illumination with Irradiance Caching Jaroslav Křivánek,Pascal Gautron Limited preview - 2009 |
Practical Global Illumination with Irradiance Caching Jaroslav Krivanek,Pascal Gautron No preview available - 2009 |
Common terms and phrases
actual algorithm animation approach approximation artifacts BRDF buffer calculation cell chapter component computation consider contribution corresponding created data structure derivative described determine diffuse direction distance distribution Equation error estimate Eurographics evaluation example Figure final formula frame function geometry given gives global illumination glossy graphics hemisphere sampling illumination computation implementation important incoming radiance indirect illumination integral interpolation intersection irradiance caching irradiance splatting irradiance value light sources limits method missed objects obtained occlusion octree outgoing pass path performance photon map pixel plane position practical problem procedure projection query random ray tracing record recursion reduce reference reflected rendering reprojection reused scene secondary shading shadow shown shows simple single smooth solid angle solution spacing specular sphere step stored surface surface normal technique temporal term translation gradient usually validity visible Ward weight yields