Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Global illumination
Group of rendering algorithms used in 3D computer graphics

Global illumination (GI), or indirect illumination, refers to a set of algorithms in 3D computer graphics designed to enhance the realism of lighting by accounting for both direct and indirect light. Unlike direct illumination, GI simulates how light reflects off surfaces to illuminate other parts of a scene, including effects like reflections and diffuse inter-reflection. While theoretically encompassing all light interactions such as refractions and shadows, in practice GI usually refers to the modeling of diffuse reflections and caustics, where one object’s lighting influences another, creating more lifelike and dynamic renderings.

Related Image Collections Add Image
We don't have any YouTube videos related to Global illumination yet.
We don't have any PDF documents related to Global illumination yet.
We don't have any Books related to Global illumination yet.
We don't have any archived web articles related to Global illumination yet.

Algorithms

Images rendered using global illumination algorithms often appear more photorealistic than those using only direct illumination algorithms. However, such images are computationally more expensive and consequently much slower to generate. One common approach is to compute the global illumination of a scene and store that information with the geometry (e.g., radiosity). The stored data can then be used to generate images from different viewpoints for generating walkthroughs of a scene without having to go through expensive lighting calculations repeatedly.

Radiosity, ray tracing, beam tracing, cone tracing, path tracing, volumetric path tracing, Metropolis light transport, ambient occlusion, photon mapping, signed distance field and image-based lighting are all examples of algorithms used in global illumination, some of which may be used together to yield results that are not fast, but accurate.

These algorithms model diffuse inter-reflection which is a very important part of global illumination; however most of these (excluding radiosity) also model specular reflection, which makes them more accurate algorithms to solve the lighting equation and provide a more realistically illuminated scene. The algorithms used to calculate the distribution of light energy between surfaces of a scene are closely related to heat transfer simulations performed using finite-element methods in engineering design.

Photorealism

Achieving accurate computation of global illumination in real-time remains difficult.2 In real-time 3D graphics, the diffuse inter-reflection component of global illumination is sometimes approximated by an "ambient" term in the lighting equation, which is also called "ambient lighting" or "ambient color" in 3D software packages. Though this method of approximation (also known as a "cheat" because it's not really a global illumination method) is easy to perform computationally, when used alone it does not provide an adequately realistic effect. Ambient lighting is known to "flatten" shadows in 3D scenes, making the overall visual effect more bland. However, used properly, ambient lighting can be an efficient way to make up for a lack of processing power.

Procedure

More and more specialized algorithms are used in 3D programs that can effectively simulate the global illumination. These algorithms are numerical approximations of the rendering equation. Well known algorithms for computing global illumination include path tracing, photon mapping and radiosity. The following approaches can be distinguished here:

  • Inversion: L = ( 1 − T ) − 1 L e {\displaystyle L=(1-T)^{-1}L^{e}\,}
    • is not applied in practice
  • Expansion: L = ∑ i = 0 ∞ T i L e {\displaystyle L=\sum _{i=0}^{\infty }T^{i}L^{e}}
  • Iteration: L n t l e + = L ( n − 1 ) {\displaystyle L_{n}tl_{e}+=L^{(n-1)}}

In Light-path notation global lighting the paths of the type L (D | S) corresponds * E.

A full treatment can be found in 3

Image-based lighting

Another way to simulate real global illumination is the use of high-dynamic-range images (HDRIs), also known as environment maps, which encircle and illuminate the scene. This process is known as image-based lighting.

List of methods

MethodDescription/Notes
Ray tracingSeveral enhanced variants exist for solving problems related to sampling, aliasing, and soft shadows: Distributed ray tracing, cone tracing, and beam tracing.
Path tracingUnbiased, variant: Bi-directional path tracing and energy redistribution path tracing4
Photon mappingConsistent, biased; enhanced variants: Progressive photon mapping, stochastic progressive photon mapping (5)
LightcutsEnhanced variants: Multidimensional lightcuts and bidirectional lightcuts6
Point based global illuminationExtensively used in movie animations78
RadiosityFinite element method, very good for precomputations. Improved versions are instant radiosity9 and bidirectional instant radiosity10
Metropolis light transportBuilds upon bi-directional path tracing, unbiased, and multiplexed11
Spherical harmonic lightingEncodes global illumination results for real-time rendering of static scenes
Ambient occlusion-
Voxel-based global illuminationSeveral variants exist, including voxel cone tracing global illumination,12 sparse voxel octree global illumination, and voxel global illumination (VXGI)13
Light propagation volumes global illumination14Light propagation volumes is a technique to approximately achieve global illumination (GI) in real-time.

It uses lattices and spherical harmonics (SH) to represent the spatial and angular distribution of light in the scene. Variant cascaded light propagation volumes.15

Deferred radiance transfer global illumination16
Deep G-buffer based global illumination17
Signed Distance Fields Dynamic Diffuse Global Illumination18
Global Illumination Based on Surfels19

See also

References

  1. "Realtime Global Illumination techniques collection | extremeistan". extremeistan.wordpress.com. 11 May 2014. Retrieved 2016-05-14. https://extremeistan.wordpress.com/2014/05/11/realtime-global-illumination-techniques-collection/

  2. Kurachi, Noriko (2011). The Magic of Computer Graphics. CRC Press. p. 339. ISBN 9781439873571. Retrieved 24 September 2017. 9781439873571

  3. Dutre, Philip; Bekaert, Philippe; Bala, Kavita (2006). Advanced Global Illumination (2nd ed.). ISBN 978-1568813073. 978-1568813073

  4. Cline, D.; Talbot, J.; Egbert, P. (2005). "Energy redistribution path tracing". ACM Transactions on Graphics. 24 (3): 1186–95. doi:10.1145/1073204.1073330. /wiki/Doi_(identifier)

  5. "Toshiya Hachisuka at UTokyo". ci.i.u-tokyo.ac.jp. Retrieved 2016-05-14. http://www.ci.i.u-tokyo.ac.jp/~hachisuka/

  6. Walter, Bruce; Fernandez, Sebastian; Arbree, Adam; Bala, Kavita; Donikian, Michael; Greenberg, Donald P. (1 July 2005). "Lightcuts". ACM Transactions on Graphics. 24 (3): 1098–1107. doi:10.1145/1073204.1073318. /wiki/Doi_(identifier)

  7. "coursenote.dvi" (PDF). Graphics.pixar.com. Archived (PDF) from the original on 2011-08-17. Retrieved 2016-12-02. http://graphics.pixar.com/library/PointBasedGlobalIlluminationForMovieProduction/paper.pdf

  8. Daemen, Karsten (November 14, 2012). "Point Based Global Illumination An introduction [Christensen, 2010]" (PDF). KU Leuven. Archived from the original (PDF) on 2014-12-22. https://web.archive.org/web/20141222074728/http://www.karstendaemen.com/thesis/files/intro_pbgi.pdf

  9. "Instant Radiosity: Keller (SIGGRAPH 1997)" (PDF). Cs.cornell.edu. Archived (PDF) from the original on 2012-06-18. Retrieved 2016-12-02. http://www.cs.cornell.edu/courses/cs6630/2012sp/slides/Boyadzhiev-Matzen-InstantRadiosity.pdf

  10. Segovia, B.; Iehl, J.C.; Mitanchey, R.; Péroche, B. (2006). "Bidirectional instant radiosity" (PDF). Rendering Techniques. Eurographics Association. pp. 389–397. Archived from the original (PDF) on 2016-01-30. https://web.archive.org/web/20160130212610/http://artis.imag.fr/Projets/Cyber-II/Publications/SIMP06a.pdf

  11. Hachisuka, T.; Kaplanyan, A.S.; Dachsbacher, C. (2014). "Multiplexed metropolis light transport" (PDF). ACM Transactions on Graphics. 33 (4): 1–10. doi:10.1145/2601097.2601138. S2CID 79980. Archived from the original (PDF) on 2015-09-23. https://web.archive.org/web/20150923060448/http://www.ci.i.u-tokyo.ac.jp/~hachisuka/mmlt.pdf

  12. Cyril Crassin. "Voxel Cone Tracing and Sparse Voxel Octree for Real-time Global Illumination" (PDF). On-demand.gputechconf.com. Archived (PDF) from the original on 2013-09-03. Retrieved 2016-12-02. http://on-demand.gputechconf.com/gtc/2012/presentations/SB134-Voxel-Cone-Tracing-Octree-Real-Time-Illumination.pdf

  13. "VXGI | GeForce". geforce.com. 8 April 2015. Retrieved 2016-05-14. http://www.geforce.com/hardware/technology/vxgi

  14. "Light Propagation Volumes GI - Epic Wiki". wiki.unrealengine.com. Retrieved 2016-05-14. https://wiki.unrealengine.com/Light_Propagation_Volumes_GI

  15. Engelhardt, T.; Dachsbacher, C. (2009). "Granular visibility queries on the GPU" (PDF). Proceedings of the 2009 symposium on Interactive 3D graphics and games. pp. 161–7. doi:10.1145/1507149.1507176. ISBN 978-1-60558-429-4. S2CID 14841843. Archived from the original (PDF) on 2016-01-18. 978-1-60558-429-4

  16. "Deferred Radiance Transfer Volumes: Global Illumination in Far Cry 3" (PDF). Twvideo01.ubm-us.net. Archived (PDF) from the original on 2014-09-06. Retrieved 2016-12-02. http://twvideo01.ubm-us.net/o1/vault/gdc2012/slides/Programming%20Track/Stefanov_Nikolay_DeferredRadianceTransfer.pdf

  17. "Fast Global Illumination Approximations on Deep G-Buffers". graphics.cs.williams.edu. Archived from the original on 2016-02-21. Retrieved 2016-05-14. https://web.archive.org/web/20160221013732/http://graphics.cs.williams.edu/papers/DeepGBuffer14/

  18. Hu, Jinkai; K. Yip, Milo; Elias Alonso, Guillermo; Shi-hao, Gu; Tang, Xiangjun; Xiaogang, Jin (2020). "Signed Distance Fields Dynamic Diffuse Global Illumination". arXiv:2007.14394 [cs.GR]. /wiki/ArXiv_(identifier)

  19. "Global Illumination Based on Surfels". SIGGRAPH. Retrieved 2021-12-02. http://advances.realtimerendering.com/s2021/index.html