voxelman.world.storage.worldbox

Members

Functions

blockBoxToChunkBox
WorldBox blockBoxToChunkBox(WorldBox blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
blockBoxToChunkLocalBox
WorldBox blockBoxToChunkLocalBox(WorldBox blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
calcBox
WorldBox calcBox(ChunkWorldPos cwp, int viewRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
calcModifiedMeshesBox
WorldBox calcModifiedMeshesBox(WorldBox modificationBox)

Returns chunks if their mesh may have changed after specified modification WorldBox is specified in block space

chunkToBlockBox
WorldBox chunkToBlockBox(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
chunkToBlockBox
WorldBox chunkToBlockBox(ivec3 cwp, ushort dimention)
Undocumented in source. Be warned that the author may not have intended to support it.
chunkToBlockBox
Box chunkToBlockBox(ivec3 cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
putCube
void putCube(Batch batch, Box box, Color3ub color, bool fill, bool offset)
Undocumented in source. Be warned that the author may not have intended to support it.
trisect4d
TrisectResult trisect4d(WorldBox a, WorldBox b)
Undocumented in source. Be warned that the author may not have intended to support it.
worldBoxFromCorners
WorldBox worldBoxFromCorners(ivec3 a, ivec3 b, ushort dimention)
Undocumented in source. Be warned that the author may not have intended to support it.
worldBoxIntersection
WorldBox worldBoxIntersection(WorldBox a, WorldBox b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WorldBox
struct WorldBox
Undocumented in source.

Meta

Authors

Andrey Penechko.