Octree for Collision Detection
Dependencies:
Tasks:
- Octree class based on loose octree theory for efficient data partitioning
- Debug rendering for Octree
- Parallel update
- Sparse tree, dynamically add/delete nodes when needed
- Memory pool for efficient tree node recycling
- Unit test
- Nice example with Octree construction