01/21/2003
15-462 Computer Graphics I
15
Hidden Surface Removal
•Classic problem of computer graphics
•What is visible after clipping and projection?
•Object-space vs image-space approaches
•Object space: depth sort (Painter’s algorithm)
•Image space: ray cast (z-buffer algorithm)
•Related: back-face culling