Maths encyclopedia and lessons  
Search

Mathematics Encyclopedia and Lessons

 
     
 

Lessons

Popular
Subjects

algebra
arithmetic
calculus
equations
geometry
differential equations
trigonometry
number theory
probability theory
more
 

References

applied mathematics
mathematical games
mathematicians
more
 
 

Lambertian reflectance

When a surface is rough, the light falling on it is scattered. The amount of light an observer will see from the surface, the surface brightness, is the same no matter what angle they look. This is called Lambertian reflectance.

The Lambertian, or diffuse reflectance is, in computer graphics, calculated by taking the dot product of the surface's normalized normal vector \mathbf{N} and a normalized vector \mathbf{L} 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:

I_{D}=\mathbf{L}\cdot\mathbf{N}*C*I_{L}

Where ID is the intensity of the diffusely reflected light (surface brightness), C is the color and IL is the intensity of the incoming light. Because

\mathbf{L}\cdot\mathbf{N}=|N||L|\cos{\alpha},

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 (cos(0) = 1, the surface will be perpendicular to the direction of the light), and the lowest if the normal vector is perpendicular to the light vector (cos(π) = 0, the surface runs parallel with the direction of the light).

Lambertian reflectance is accompanied by specular Phong reflectance, where the surface brightness is highest when the observer's angle is the same as the angle of the light source.

01-04-2007 01:18:14
The contents of this article are licensed from Wikipedia.org
under the GNU Free Documentation License. How to see transparent copy