An octree is a tree data structure in which each node has eight child nodes.
I have recently learned about binary space partitioning trees and their application to 3d graphics and collision detection. I have …
3d tree quadtree octree space-partitioning