Content deleted Content added
m →Computationally more efficient alterations: Rephrased |
Davidcannon (talk | contribs) m clean up, typo(s) fixed: For example → For example, using AWB |
||
Line 1:
{{distinguish|Phong shading}}
The '''Phong reflection model''' (also called '''Phong illumination''' or '''Phong lighting''') is an [[
== History ==
Line 67:
The Phong reflection model contains many parameters, such as the surface diffuse reflection parameter ([[albedo]]) which may vary within the object. Thus the normals of an object in a photograph can only be determined, by introducing additional information such as the number of lights, light directions and reflection parameters.
For example, we have a cylindrical object, for instance a finger, and wish to compute the normal <math>N=[N_x, N_z]</math> on a line on the object. We assume only one light, no specular reflection, and uniform known (approximated) reflection parameters. We can then simplify the Phong equation to:
:<math>I_p(x) = C_a + C_d (L(x) \cdot N(x)) </math>
|