Faceted Shading Model for Scan Line Graphics

The simplest shading model is the faceted or constant model. You compute only one intensity (color shade) per polygon. The light vector, L is computed as the vector between any point on the polygon, e.g. a vertex, and the light source position. Generally only the two term illumination model (ambient plus diffuse reflection) is used with faceted shading. Faceted shading is simple and quick but not very realistic, the facets are easily seen since there may be sharp color discontinuities at the polygon edges.

A Pixar Shutterbug example image with constant shading.

Shading models
HyperGraph home page.

Last changed April 02, 1997, G. Scott Owen, owen@siggraph.org