Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 544 Bytes

Octree Visualizer

Demo Video Here

Visualisation of an Octree, a hierarchical data structure commonly used in Game Development, by sub-dividing/partioning 3D space into a hierarchical tree of grids and sub-grids. Commonly used to improve efficiency of things such as:

  • Spatial queries (k-nearest neighbours, proximity searches, collision detection....)
  • Frustum/Occlusion Culling
  • Pathfinding
  • Raycasting/Raytracing

Each Octree node is colored differently depending on it's depth within the tree.