Culling: Occlusion Goals
Find the optimal set of occluders that will enable drawing the minimal number of occludees
- Occluders: The geometry that is visible
- Occludees: The geometry that is not visible
- Use general purpose occlusion culling algorithms
- Use application specific spatial knowledge if possible