occlusion-culling

XNA, occlusing culling and collision detection

I've put together a quadtree/BSP hybrid prototype to test collision detection and occlusion culling in the engine for an XNA game I'm putting together. As I understand it, one of the optimizations that hardware acceleration gives us is the ability to store vertex and index lists on the card, so that calls to draw the associated geometry...