Structs§
- Chunk
- The volume is spatially subdivided into groups of
4*4*4
blocks. Since aChunk
is of total size32*32*16
, this implies that there are8*8*4
groups. (These numbers are generic in the actual code such that there are always256
groups. I.e. the group size is chosen depending on the desired total size of theChunk
.) - Chunk
PosIter - Chunk
VolIter