You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 6: Rasterization Pipeline (11)
jcebreros1

How do you determine the depth of a pixel?

Staffjessicajyeh

The depth of some sample (x, y z) is the z value. With regards to the z-buffer, the stored depth is the minimum z-value seen so far at some x, y.

You must be enrolled in the course to comment