Structs

  • The volume is spatially subdivided into groups of 4*4*4 blocks. Since a Chunk is of total size 32*32*16, this implies that there are 8*8*4 groups. (These numbers are generic in the actual code such that there are always 256 groups. I.e. the group size is chosen depending on the desired total size of the Chunk.)

Enums