Top "Octree" questions

An octree is a tree data structure in which each node has eight child nodes.

When to use Binary Space Partitioning, Quadtree, Octree?

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
Ray - Octree intersection algorithms

I'm looking for a good ray-octree intersection algorithm, which gives me the leafs the ray passes through in an iterative …

algorithm graphics traversal voxel octree
Mesh rendering using Octree algorithm

I'm the founder of SceneMax - a 3D scripting language since 2005. I want to add a scene rendering using one …

c++ direct3d octree 3d-engine