Skip to content

AlexanderNeo427/Octree-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Visualisation of an Octree Data Structure. Made using Unity3D

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors