HOME

TheInfoList



OR:

The definition of the BSDF (bidirectional scattering distribution function) is not well standardized. The term was probably introduced in 1980 by Bartell, Dereniak, and Wolfe. Most often it is used to name the general mathematical function which describes the way in which the light is scattered by a surface. However, in practice, this phenomenon is usually split into the reflected and transmitted components, which are then treated separately as BRDF (
bidirectional reflectance distribution function The bidirectional reflectance distribution function (BRDF), symbol f_(\omega_,\, \omega_), is a function of four real variables that defines how light from a source is reflected off an Opacity (optics), opaque surface. It is employed in the optic ...
) and BTDF (bidirectional transmittance distribution function). * BSDF is a superset and the generalization of the BRDF and BTDF. The concept behind all BxDF functions could be described as a black box with the inputs being any two angles, one for incoming (incident) ray and the second one for the outgoing (reflected or transmitted) ray at a given point of the surface. The output of this black box is the value defining the ratio between the incoming and the outgoing light energy for the given couple of angles. The content of the black box may be a mathematical formula which more or less accurately tries to model and approximate the actual surface behavior or an algorithm which produces the output based on discrete samples of measured data. This implies that the function is 4(+1)-dimensional (4 values for 2 3D angles + 1 optional for wavelength of the light), which means that it cannot be simply represented by 2D and not even by a 3D graph. Each 2D or 3D graph, sometimes seen in the literature, shows only a slice of the function. * Some tend to use the term BSDF simply as a category name covering the whole family of BxDF functions. * The term BSDF is sometimes used in a slightly different context, for the function describing the amount of the scatter (not scattered light), simply as a function of the incident light angle. An example to illustrate this context: for perfectly lambertian surface the BSDF (angle)=const. This approach is used for instance to verify the output quality by the manufacturers of the glossy surfaces. * Another recent usage of the term BSDF can be seen in some 3D packages, when vendors use it as a 'smart' category to encompass the simple well known cg algorithms like Phong, Blinn–Phong etc. * Acquisition of the BSDF over the
human face The face is the front of the head that features the eyes, nose and mouth, and through which animals express many of their emotions. The face is crucial for human identity, and damage such as scarring or developmental deformities may affect t ...
in 2000 by Debevec et al. was one of the last key breakthroughs on the way to fully
virtual cinematography Virtual cinematography is the set of Cinematography, cinematographic techniques performed in a computer graphics environment. It includes a wide variety of subjects like photographing real objects, often with Stereo camera, stereo or multi-camer ...
with its ultra-photorealistic digital look-alikes. The team was the first in the world to isolate the
subsurface scattering Subsurface scattering (SSS), also known as subsurface light transport (SSLT), is a mechanism of light transport in which light that penetrates the surface of a translucent object is scattering, scattered by interacting with the Material (comput ...
component (a specialized case of BTDF) using the simplest light stage, consisting on moveable light source, moveable high-res
digital camera A digital camera, also called a digicam, is a camera that captures photographs in Digital data storage, digital memory. Most cameras produced today are digital, largely replacing those that capture images on photographic film or film stock. Dig ...
, 2
polarizers A polarizer or polariser is an optical filter that lets light waves of a specific polarization pass through while blocking light waves of other polarizations. It can filter a beam of light of undefined or mixed polarization into a beam of wel ...
in a few positions and really simple
algorithm In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
s on a modest
computer A computer is a machine that can be Computer programming, programmed to automatically Execution (computing), carry out sequences of arithmetic or logical operations (''computation''). Modern digital electronic computers can perform generic set ...
. The team utilized the existing scientific knowledge that
light Light, visible light, or visible radiation is electromagnetic radiation that can be visual perception, perceived by the human eye. Visible light spans the visible spectrum and is usually defined as having wavelengths in the range of 400– ...
that is reflected and scattered from the air-to-oil layer retains its polarization while light that travels within the
skin Skin is the layer of usually soft, flexible outer tissue covering the body of a vertebrate animal, with three main functions: protection, regulation, and sensation. Other animal coverings, such as the arthropod exoskeleton, have different ...
loses its polarization. The subsurface scattering component can be simulated as a steady high-scatter glow of light from within the
model A model is an informative representation of an object, person, or system. The term originally denoted the plans of a building in late 16th-century English, and derived via French and Italian ultimately from Latin , . Models can be divided in ...
s, without which the skin does not look realistic. ESC Entertainment, a company set up by Warner Brothers Pictures specially to do the visual effects / virtual cinematography system for
The Matrix Reloaded ''The Matrix Reloaded'' is a 2003 American science fiction action film written and directed by the Wachowskis. It is the sequel to ''The Matrix'' (1999) and the second installment in the ''Matrix'' film series. The film stars Keanu Reeves, L ...
and
The Matrix Revolutions ''The Matrix Revolutions'' is a 2003 American science fiction action film written and directed by the Wachowskis. The direct sequel to ''The Matrix Reloaded,'' it is the third installment in ''The Matrix'' film series, released six months foll ...
isolated the parameters for an approximate analytical BRDF which consisted of
Lambertian diffusion Lambertian reflectance is the property that defines an ideal "matte" or diffusely reflecting surface. The apparent brightness of a Lambertian surface to an observer is the same regardless of the observer's angle of view. More precisely, the ref ...
component and a modified
specular Specular reflection, or regular reflection, is the mirror-like reflection of waves, such as light, from a surface. The law of reflection states that a reflected ray of light emerges from the reflecting surface at the same angle to the surf ...
Phong component with a Fresnel type of
effect Effect may refer to: * A result or change of something ** List of effects ** Cause and effect, an idiom describing causality Pharmacy and pharmacology * Drug effect, a change resulting from the administration of a drug ** Therapeutic effect, ...
.


Overview of the BxDF functions

* BRDF (
Bidirectional reflectance distribution function The bidirectional reflectance distribution function (BRDF), symbol f_(\omega_,\, \omega_), is a function of four real variables that defines how light from a source is reflected off an Opacity (optics), opaque surface. It is employed in the optic ...
) is a simplified BSSRDF, assuming that light enters and leaves at the same point (''see the image on the right''). * BTDF (Bidirectional transmittance distribution function) is similar to BRDF but for the opposite side of the surface. (''see the top image''). * BDF (Bidirectional distribution function) is collectively defined by BRDF and BTDF. * BSSRDF (Bidirectional scattering-surface reflectance distribution function or Bidirectional surface scattering RDF) describes the relation between outgoing radiance and the incident flux, including the phenomena like
subsurface scattering Subsurface scattering (SSS), also known as subsurface light transport (SSLT), is a mechanism of light transport in which light that penetrates the surface of a translucent object is scattering, scattered by interacting with the Material (comput ...
(SSS). The BSSRDF describes how light is transported between any two rays that hit a surface. * BSSTDF (Bidirectional scattering-surface transmittance distribution function) is like BTDF but with subsurface scattering. * BSSDF (Bidirectional scattering-surface distribution function) is collectively defined by BSSTDF and BSSRDF. Also known as BSDF (Bidirectional scattering distribution function).


See also

*
BRDF The bidirectional reflectance distribution function (BRDF), symbol f_(\omega_,\, \omega_), is a function of four real variables that defines how light from a source is reflected off an Opacity (optics), opaque surface. It is employed in the optic ...
*
Radiometry Radiometry is a set of techniques for measurement, measuring electromagnetic radiation, including visible light. Radiometric techniques in optics characterize the distribution of the radiation's power (physics), power in space, as opposed to phot ...
*
Reflectance The reflectance of the surface of a material is its effectiveness in reflecting radiant energy. It is the fraction of incident electromagnetic power that is reflected at the boundary. Reflectance is a component of the response of the electronic ...
*
Radiance In radiometry, radiance is the radiant flux emitted, reflected, transmitted or received by a given surface, per unit solid angle per unit projected area. Radiance is used to characterize diffuse emission and reflection of electromagnetic radiati ...
* BTF


References

{{Reflist, 2 Radiometry Astrophysics 3D rendering