Skip to content

Octree for Collision Detection

Nghia Truong requested to merge nghia.truong/iMSTK:Dev into master

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

Untitled

Edited by Nghia Truong

Merge request reports