voxelman.utils.renderutils

Members

Aliases

Color3ub
alias Color3ub = Vector!(ubyte, 3)
Undocumented in source.

Enums

Colors
enum Colors
Undocumented in source.

Functions

putFilledBlock
void putFilledBlock(ColoredVertex[] 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(ColoredVertex[] output, vec3 pos, vec3 size, Side side, Color3ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putLineBlock
void putLineBlock(ColoredVertex[] 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(ColoredVertex[] output, vec3 pos, vec3 size, Side side, Color3ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
resetBuffer
void resetBuffer(ColoredVertex[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Batch
struct Batch
Undocumented in source.
ColoredVertex
struct ColoredVertex
Undocumented in source.

Variables

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

Meta

Authors

Andrey Penechko.