voxelman.world.mesh.utils

Members

Enums

FaceSide
enum FaceSide
Undocumented in source.

Functions

chunkAndBlockAt27FromExt
ChunkAndBlockAt chunkAndBlockAt27FromExt(ushort index)
Undocumented in source. Be warned that the author may not have intended to support it.
chunkFromExtIndex
size_t chunkFromExtIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
extendedChunkIndex
size_t extendedChunkIndex(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EXTENDED_CHUNK_SIZE
enum EXTENDED_CHUNK_SIZE;
Undocumented in source.
EXTENDED_CHUNK_SIZE_CUBE
enum EXTENDED_CHUNK_SIZE_CUBE;
Undocumented in source.
EXTENDED_CHUNK_SIZE_SQR
enum EXTENDED_CHUNK_SIZE_SQR;
Undocumented in source.
EXTENDED_SIZE_VECTOR
enum EXTENDED_SIZE_VECTOR;
Undocumented in source.

Static variables

faceSideCorners
ubyte[12][6] faceSideCorners;
Undocumented in source.
faceSideCorners4
ubyte[16][6] faceSideCorners4;
Undocumented in source.
faceSideIndexOffset
short[8][6] faceSideIndexOffset;
Undocumented in source.

Variables

oppFaceSides
FaceSide[4] oppFaceSides;
Undocumented in source.
sideIndexOffsets
short[6] sideIndexOffsets;
Undocumented in source.
sideIndexOffsets27
short[27] sideIndexOffsets27;
Undocumented in source.

Meta

Authors

Andrey Penechko.