Batch

Undocumented in source.

Members

Aliases

color
alias color = float[4]
Undocumented in source.
tex
alias tex = float[2]
Undocumented in source.
vec
alias vec = float[3]
Undocumented in source.

Classes

Array
class Array
Undocumented in source.

Functions

add
void add(vec pos)
Undocumented in source. Be warned that the author may not have intended to support it.
addColor
void addColor(color c)
Undocumented in source. Be warned that the author may not have intended to support it.
addNormal
void addNormal(vec v)
Undocumented in source. Be warned that the author may not have intended to support it.
addPoint
void addPoint(vec pos, color col)
Undocumented in source. Be warned that the author may not have intended to support it.
addPoint
void addPoint(vec pos, vec normal)
Undocumented in source. Be warned that the author may not have intended to support it.
addPoint
void addPoint(vec pos, vec normal, color col)
Undocumented in source. Be warned that the author may not have intended to support it.
addPoint
void addPoint(vec pos, tex t)
Undocumented in source. Be warned that the author may not have intended to support it.
addPoint
void addPoint(vec pos, vec normal, tex t)
Undocumented in source. Be warned that the author may not have intended to support it.
addTex
void addTex(tex t)
Undocumented in source. Be warned that the author may not have intended to support it.
addVertex
void addVertex(vec v)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void begin(int verts, uint type)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
updateVertices
void updateVertices(float[] data, size_t pos, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arrays
Array[] arrays;
Undocumented in source.
colors
Array colors;
Undocumented in source.
currentVert
int currentVert;
Undocumented in source.
done
bool done;
Undocumented in source.
normals
Array normals;
Undocumented in source.
texCoords
Array texCoords;
Undocumented in source.
type
uint type;
Undocumented in source.
vao
uint vao;
Undocumented in source.
verticeCount
int verticeCount;
Undocumented in source.
vertices
Array vertices;
Undocumented in source.

Meta