Bounding volume hierarchy (BVH)
Octrees divide space into regular sized chunks. BVH divides space into chunks of varying size, but with a balanced population of bodies in each. The idealized BVH divides the population by 2 at each level. - HN / wikipedia
Written on November 4, 2021, Last update on June 15, 2022
algorithm
structure
raytracing
voxel
tree