ABSTRACT

Polygonal models are one of the most common representations for geometry in Computer Graphics. Polygonal models are popular because the underlying surface of each polygon is a plane and planes are the easiest surfaces to analyze: the normal vector along a plane is constant, and the points on a plane satisfy a linear equation. Thus rendering algorithms are particularly simple for polygonal models.