|
|
|
|
Lambertian reflectance
|
| |
|
| |
If a surface exhibits Lambertian reflectance, light falling on it is scattered such that the apparent brightness of the surface to an observer is the same regardless of the observer's angle of view. More technically, the surface luminance is isotropic. For example, unfinished wood exhibits roughly Lambertian reflectance, but wood finished with a glossy coat of polyurethane does not (depending on the viewing angle, specular highlights may appear at different locations on the surface).

Discussion
Ask a question about 'Lambertian reflectance'
Start a new discussion about 'Lambertian reflectance'
Answer questions from other users
|
Encyclopedia
If a surface exhibits Lambertian reflectance, light falling on it is scattered such that the apparent brightness of the surface to an observer is the same regardless of the observer's angle of view. More technically, the surface luminance is isotropic. For example, unfinished wood exhibits roughly Lambertian reflectance, but wood finished with a glossy coat of polyurethane does not (depending on the viewing angle, specular highlights may appear at different locations on the surface). Not all rough surfaces are perfect Lambertian reflectors, but this is often a good approximation when the characteristics of the surface are unknown. Lambertian reflectance is named after Johann Heinrich Lambert.
In computer graphics, Lambertian reflection is often used as a model for diffuse reflection. This technique causes all closed polygons (such as a triangle within a 3D mesh) to reflect light equally in all directions when rendered. The effect this has from the viewer's perspective is that rotating or scaling the object does not change the apparent brightness of its surface. The reflection is calculated by taking the dot product of the surface's normalized normal vector, , and a normalized light-direction vector, , pointing from the surface to the light source. This number is then multiplied by the color of the surface and the intensity of the light hitting the surface:
,
where is the intensity of the diffusely reflected light (surface brightness), is the color and is the intensity of the incoming light. Because
,
where is the angle between the direction of the two vectors, the intensity will be the highest if the normal vector points in the same direction as the light vector (the surface will be perpendicular to the direction of the light), and the lowest if the normal vector is perpendicular to the light vector (the surface runs parallel with the direction of the light).
Lambertian reflection is typically accompanied by specular reflection, where the surface luminance is highest when the observer is situated at the perfect reflection direction, and falls off sharply. This is simulated in computer graphics with various specular reflection models such as Phong, Cook-Torrance. etc.
Spectralon is a material which is designed to exhibit an almost perfect Lambertian reflectance, while Scotchlite is a material designed with the opposite intent of only reflecting light on one line of sight.
Other waves While lambertian reflectance usually refers to the reflection of light by an object, it can be used to refer to the reflection of any wave. For example, in ultrasound imaging, "rough" tissues are said to exhibit lambertian reflectance.
See also
|
| |
|
|