Next: Backface Culling
Up: Hidden Surface Removal
Previous: Hidden Surface Removal
- When drawing lots of polygons, we want to draw only those
``visible'' to viewer.
- There are a variety of algorithms with different strong points.
- Issues:
- Online
- Device independent
- Fast
- Memory requirements
- Easy to implement in hardware
CS488/688: Introduction to Interactive Computer Graphics
University of Waterloo
Computer Graphics Lab
cs488@cgl.uwaterloo.ca