Batch

Undocumented in source.

Members

Functions

put3dGrid
void put3dGrid(vec3 pos, ivec3 count, vec3 offset, Color3ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
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, CubeSide 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
Buffer!ColoredVertex lineBuffer;
Undocumented in source.
pointBuffer
Buffer!ColoredVertex pointBuffer;
Undocumented in source.
triBuffer
Buffer!ColoredVertex triBuffer;
Undocumented in source.

Meta