Efficient visualization of a large voxelized volume
- by Alejandro Piad
Lets consider a large voxelized volume stored in an oct-tree or any other convenient structure. This volume represents, for instance, a landscape, where each block is either empty (air), or it has an specific material that will be later used to apply a texture.
Voxels that are next to each other represent connected sections of the surface.
What I…