Pages in Datastructures
-
Datastructures
The many ways to structure and manage voxels in memory.
-
Sparse Voxel Octree
A tree of chunks with holes.
-
Multi-Level Grid(s)
Grids within Grids within Grids...
-
Chunking
The first and possibly most important step when dealing with voxels, is to divide the voxel grid into chunks.