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