Chapter 15
Light Models

Color of a point P on a surface depends on

-----| --------------|
lightoriginated+ light reflected |
fromthepoint-| -by-the-point--

15.1 Reflected Light

We see objects mainly by the light that they reflect.

Ambient/background Reflection: caIa

Diffuse Reflection: cd Ip (N . L)

Light from point source reflected equally in all directions (e.g., at dull surfaces).

Specular Reflection (Phong): csIp(V . R)n

Light from point source deflected back (e.g., at flat and smooth surfaces).

Notes