Skip to content

Octree Data Structure

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

Dependencies: (which must be merged before this one)

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