Schlick's approximation: Difference between revisions
Appearance
Content deleted Content added
m an abbreviation was used without giving the expanded form |
Theta is NOT the incident angle, it is the reflection half-angle. See equations 4, 8, and 15 in the original Schlick paper, as cited. |
||
Line 5: | Line 5: | ||
:<math>R(\theta) = R_0 + (1 - R_0)(1 - \cos \theta)^5</math> |
:<math>R(\theta) = R_0 + (1 - R_0)(1 - \cos \theta)^5</math> |
||
where <math>\theta</math> is the |
where <math>\theta</math> is half the angle between the incoming and outgoing light directions, and <math>R_0</math> is the reflectance at normal incidence (i.e. the value of the Fresnel term when <math>\theta = 0</math>). |
||
==See also== |
==See also== |
Revision as of 02:55, 13 September 2011
In 3D computer graphics, Schlick's approximation is a formula for approximating the bidirectional reflectance distribution function (BRDF) of metallic surfaces. It was proposed by Christophe Schlick to approximate the contributions of Fresnel terms in the specular reflection of light from conducting surfaces.
According to Schlick's model, the specular reflection coefficient R is given by
where is half the angle between the incoming and outgoing light directions, and is the reflectance at normal incidence (i.e. the value of the Fresnel term when ).
See also
References
- Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1111/1467-8659.1330233, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with
|doi=10.1111/1467-8659.1330233
instead.