Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]



    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 the same regardless of angle of view. 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, and is calculated by taking the dot product of the surface's normalized normal vector mathbf and a normalized vector mathbf 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_=mathbfcdotmathbf
      C
        I_,

    where I_ is the intensity of the diffusely reflected light (surface brightness), C is the color and I_ is the intensity of the incoming light. Because

    mathbfcdotmathbf=|N||L|cos,


    where alpha 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=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 reflection is typically accompanied by specular reflection, where the surface luminance is highest when the observer's angle is the same as the angle of the light source. This is simulated in computer graphics with Phong shading.

    Spectralon is a material which is designed to exhibit almost perfect Lambertian reflectance.


        Lambertian reflectance
            See also

    top

    See also


     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Lambertian reflectance". link