Module veloren_common::volumes::chunk
source · Structs§
- 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
.)