Proxy Geometry
Controlling Collision Detection
Proxy Geometry
- Collision with complex geometry is expensive.
- Proxy geometry is never drawn.
- Proxy geometry used instead of children.
- Proxy with no children allows "invisible" geometry.
- Example: Use a Box
as proxy for a floor lamp.