Culling:Bounding Volumes
Test against a bounding volume not individual primitives
- Can be bounding sphere, box, screen oriented box, or any enclosing volume
- Hierarchical bounding volumes to reduce cull time
- Spheres are fast, boxes are more accurate
- Use a combination of both