voxelman.geometry.cubeutils

Members

Functions

put4gonalPrismTris
void put4gonalPrismTris(Buffer!V output, vec3[8] corners, vec3 offset, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putFilledBlock
void putFilledBlock(Buffer!V output, vec3 pos, vec3 size, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putFilledBlock
void putFilledBlock(Buffer!V output, vec3 pos, vec3 size, vec3 off, Quaternionf rotation, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putFilledSide
void putFilledSide(Buffer!V output, vec3 pos, vec3 size, CubeSide side, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putLineBlock
void putLineBlock(Buffer!V output, vec3 pos, vec3 size, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putLineSide
void putLineSide(Buffer!V output, vec3 pos, vec3 size, CubeSide side, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cubeLineSides
ubyte[] cubeLineSides;
Undocumented in source.
cubeLines
ubyte[] cubeLines;
Undocumented in source.

Meta

Authors

Andrey Penechko.