Rendering equation

Rendering equation

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. [ Citation
last1 = Immel | first1 = David S.
last2 = Cohen | first2 = Michael F.
last3 = Greenberg | first3 = Donald P.
title = A radiosity method for non-diffuse environments
journal = SIGGRAPH 1986
doi = 10.1145/15922.15901
] and Jim Kajiya [ Citation
last1 = Kajiya | first1 = James T.
title = The rendering equation
journal = SIGGRAPH 1986
doi = 10.1145/15922.15902
] 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

: L_o(x, mathbf w, lambda, t) = L_e(x, mathbf w, lambda, t) + int_Omega f_r(x, mathbf w', mathbf w, lambda, t) L_i(x, mathbf w', lambda, t) (-mathbf w' cdot mathbf n) dmathbf w'

where
*lambda,! is a particular wavelength of light
*t,! is time
*L_o(x, mathbf w, lambda, t) is the total amount of light of wavelength lambda,! directed outward along direction mathbf w at time t,!, from a particular position x,!
*L_e(x, mathbf w, lambda, t) is emitted light
*int_Omega cdots dmathbf w' is an integral over a hemisphere of inward directions
*f_r(x, mathbf w', mathbf w, lambda, t) is the BRDF, the proportion of light reflected from mathbf w' to mathbf w at position x,!, time t,!, and at wavelength lambda,!
*L_i(x, mathbf w', lambda, t) is light of wavelength lambda,! coming inward toward x,! from direction mathbf w' at time t,!
*-mathbf w' cdot mathbf n 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—L_o,! 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 t,!; motion blur can be produced by integrating L_o,! over t,!. [cite web
last = Owen
first = Scott
title = Reflection: Theory and Mathematical Formulation
date = September 5, 1999
url = http://www.siggraph.org/education/materials/HyperGraph/illumin/reflect2.htm
accessdate = 2008-06-22
]

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

* [http://graphics.stanford.edu/courses/cs348b-00/lectures/lecture12/ Lecture notes] from Stanford University course CS 348B, "Computer Graphics: Image Synthesis Techniques"


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Rendering (computer graphics) — Not to be confused with 3D rendering. A variety of rendering techniques applied to a single 3D scene …   Wikipedia

  • Volume rendering — is a technique used to display a 2D projection of a 3D discretely sampled data set.A typical 3D data set is a group of 2D slice images acquired by a CT or MRI scanner.Usually these are acquired in a regular pattern (e.g., one slice every… …   Wikipedia

  • Color rendering index — Emitted light spectrum determines the color rendering index of the lamp. Color render …   Wikipedia

  • Partial differential equation — A visualisation of a solution to the heat equation on a two dimensional plane In mathematics, partial differential equations (PDE) are a type of differential equation, i.e., a relation involving an unknown function (or functions) of several… …   Wikipedia

  • Microsoft Equation Editor — Infobox Software name = Microsoft Office Equation Editor caption = Equation Editor under Microsoft Office 2007. The linear input a=(b/c)^x+... would produce this output. developer = Microsoft latest release version = 2007 operating system =… …   Wikipedia

  • Ray tracing (graphics) — In computer graphics, ray tracing is a technique for generating an image by tracing the path of light through pixels in an image plane. The technique is capable of producing a very high degree of photorealism; usually higher than that of typical… …   Wikipedia

  • Radiosity — is a global illumination algorithm used in 3D computer graphics rendering. Radiosity is an application of the finite element method to solving the rendering equation for scenes with purely diffuse surfaces. Unlike Monte Carlo algorithms (such as… …   Wikipedia

  • Computer graphics — This article is about graphics created using computers. For the article about the scientific study of computer graphics, see Computer graphics (computer science). For other uses, see Computer graphics (disambiguation). A Blender 2.45 screenshot,… …   Wikipedia

  • Photon mapping — In computer graphics, photon mapping is a two pass global illumination algorithm developed by Henrik Wann Jensen that solves the rendering equation. Rays from the light source and rays from the camera are traced independently until some… …   Wikipedia

  • Path tracing — is a photorealistic computer graphics rendering technique by James Kajiya when he presented his paper on the rendering equation in the 1980s. The main goal of path tracing is to fully solve the rendering equation. The image quality provided by… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”