What Exactly Gets Stored in a Depth-Buffer?

Recall that we augmented our projection matrix to include a mapping for z values.


There are two important considerations.
  1. The mapping is from 3D (Affine) to 3D (Projective)
  2. The mapping is linear (in general, planes map to planes)
Lecture 15   Slide 15   6.837 Fall '00