In computer graphics, the rendering equation is an integral equation in which the equilibrium radiance leaving a point is given as the sum of emitted plus reflected radiance under a geometric optics approximation. It was simultaneously introduced into computer graphics by David Immel et al. and Jim Kajiya in 1986. The various realistic rendering techniques in computer graphics attempt to solve this equation.
The physical basis for the rendering equation is the law of conservation of energy. Assuming that L denotes radiance, we have that at each particular position and direction, the outgoing light (Lo) is the sum of the emitted light (Le) and the reflected light. The reflected light itself is the sum of the incoming light (Li) from all directions, multiplied by the surface reflection and cosine of the incident angle.
The rendering equation may be written in the form
where
- is a particular wavelength of light
- is time
- is the total amount of light of wavelength directed outward along direction at time , from a particular position
- is emitted light
- is an integral over a hemisphere of inward directions
- is the BRDF, the proportion of light reflected from to at position , time , and at wavelength
- is light of wavelength coming inward toward from direction at time
- is the attenuation of inward light due to incident angle
Two noteworthy features are: its linearity—it is composed only of multiplications and additions, and its spatial homogeneity—it is the same in all positions and orientations. These mean a wide range of factorings and rearrangements of the equation are possible.
Note this equation's spectral and time dependence— may be sampled at or integrated over sections of the visible spectrum to obtain, for example, a trichromatic color sample. A pixel value for a single frame in an animation may be obtained by fixing ; motion blur can be produced by integrating over .
Solving the rendering equation for any given scene is the primary challenge in realistic rendering. One approach to solving the equation is based on finite element methods, leading to the radiosity algorithm. Another approach using Monte Carlo methods has led to many different algorithms including path tracing, photon mapping, and Metropolis light transport, among others.
References
External links
- Lecture notes from Stanford University course CS 348B, Computer Graphics: Image Synthesis Techniques
This article is licensed under the GNU Free Documentation License.
Last updated on Wednesday July 02, 2008 at 02:51:45 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation
Copyright © 2008, Dictionary.com, LLC. All rights reserved.











