Visibility Problem

The problem of visibility is to determine which transformed, illuminated, and projected primitives contribute to pixels on the screen. In many cases, however, rather than solving the direct problem of determining what is visible, we will instead address the converse problem of eliminating those primitives that are invisible.
A primitive can be invisible for one of three reasons:
  1. It lies outside of the field of view
  2. It is a back-facing component of a closed object
  3. It is occluded by some object closer to the viewpoint
Lecture 14   Slide 2   6.837 Fall '00