Concept
Photon Mapping 0
Photon mapping is a two-pass global illumination algorithm used in 3D computer graphics to simulate the way light interacts with surfaces, providing realistic lighting effects such as caustics and soft shadows. It involves emitting photons from light sources, storing them in a photon map, and then using this map to estimate the lighting at various points in the scene during rendering.
Relevant Degrees