voxelman.graphics.utils

Members

Functions

putFilledBlock
void putFilledBlock(Buffer!V output, vec3 pos, vec3 size, Color3ub 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, Color3ub 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, Color3ub 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, Color3ub 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.