Radiosity (computer graphics)

Scene rendered with RRV[1] (simple implementation of radiosity renderer based on OpenGL) 79th iteration
The Cornell box, rendered with and without radiosity by BMRT

In 3D computer graphics, radiosity is an application of the finite element method to solving the rendering equation for scenes with surfaces that reflect light diffusely. Unlike rendering methods that use Monte Carlo algorithms (such as path tracing), which handle all types of light paths, typical radiosity only account for paths (represented by the code "LD*E") which leave a light source and are reflected diffusely some number of times (possibly zero) before hitting the eye. Radiosity is a global illumination algorithm in the sense that the illumination arriving on a surface comes not just directly from the light sources, but also from other surfaces reflecting light. Radiosity is viewpoint independent, which increases the calculations involved, but makes them useful for all viewpoints.

Radiosity methods were first developed in about 1950 in the engineering field of heat transfer. They were later refined specifically for the problem of rendering computer graphics in 1984 by researchers at Cornell University[2] and Hiroshima University.[3]

Notable commercial radiosity engines are Enlighten by Geomerics (used for games including Battlefield 3 and Need for Speed: The Run); 3ds Max; form•Z; LightWave 3D and the Electric Image Animation System.

  1. ^ Dudka, Kamil. "RRV - Radiosity Renderer and Visualizer". dudka.cz. Retrieved 1 February 2013.
  2. ^ "Cindy Goral, Kenneth E. Torrance, Donald P. Greenberg and B. Battaile,Modeling the interaction of light between diffuse surfaces",, Computer Graphics, Vol. 18, No. 3. (PDF)
  3. ^ "T. Nishita, E. Nakamae,Half-Tone Representation of 3-D Objects with Smooth Edges by Using a Multi-Scanning Method",,Journal of IPSJ, Vol.25, No.5, pp.703-711,1984 (in Japanese) (PDF)