Monday, December 29, 2008 10:24 PM
andrei
Sparse Voxel Octree
... is the latest data structure used by Carmack for his upcoming 3d engine. Here are some papers describing how octrees are implemented on the GPU (using pointers in the texture data :) ), I'm currently reading this one. Brilliant stuff indeed.
This is the most similar technique to the one id is preparing.