Batch

Undocumented in source.

Members

Functions

putCube
void putCube(vec3 pos, vec3 size, Color3ub color, bool fill)
Undocumented in source. Be warned that the author may not have intended to support it.
putCubeFace
void putCubeFace(vec3 cubePos, vec3 size, Side side, Color3ub color, bool fill)
Undocumented in source. Be warned that the author may not have intended to support it.
putLine
void putLine(vec3 start, vec3 end, Color3ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putPoint
void putPoint(vec3 pos, Color3ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lineBuffer
ColoredVertex[] lineBuffer;
Undocumented in source.
pointBuffer
ColoredVertex[] pointBuffer;
Undocumented in source.
triBuffer
ColoredVertex[] triBuffer;
Undocumented in source.

Meta