In
3D computer graphics
3D computer graphics, sometimes called Computer-generated imagery, CGI, 3D-CGI or three-dimensional Computer-generated imagery, computer graphics, are graphics that use a three-dimensional representation of geometric data (often Cartesian coor ...
, Schlick’s approximation, named after Christophe Schlick, is a formula for approximating the contribution of the
Fresnel factor in the
specular reflection
Specular reflection, or regular reflection, is the mirror-like reflection (physics), reflection of waves, such as light, from a surface.
The law of reflection states that a reflected ray (optics), ray of light emerges from the reflecting surf ...
of light from a non-conducting interface (surface) between two media.
According to Schlick’s model, the specular
reflection coefficient
In physics and electrical engineering the reflection coefficient is a parameter that describes how much of a wave is reflected by an impedance discontinuity in the transmission medium. It is equal to the ratio of the amplitude of the reflected ...
''R'' can be approximated by:
where
where
is half the angle between the incoming and outgoing light directions. And
are the
indices of refraction of the two media at the interface and
is the reflection coefficient for light incoming parallel to the normal (i.e., the value of the Fresnel term when
or minimal reflection). In computer graphics, one of the interfaces is usually air, meaning that
very well can be approximated as 1.
In
microfacet models it is assumed that there is always a perfect reflection, but the normal changes according to a certain distribution, resulting in a non-perfect overall reflection. When using Schlick’s approximation, the normal in the above computation is replaced by the
halfway vector. Either the viewing or light direction can be used as the second vector.
See also
*
Phong reflection model
The Phong reflection model (also called Phong illumination or Phong lighting) is an empirical model of the local illumination of points on a surface designed by the computer graphics researcher Bui Tuong Phong. In 3D computer graphics, it is ...
*
Blinn-Phong shading model
*
Fresnel equations
The Fresnel equations (or Fresnel coefficients) describe the reflection and transmission of light (or electromagnetic radiation in general) when incident on an interface between different optical media. They were deduced by French engineer and ...
References
3D computer graphics
{{compu-graphics-stub