Mesh

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

generateNormals
void generateNormals()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Triangle t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareVAO
void prepareVAO()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

canRender
bool canRender;
Undocumented in source.
dataReady
bool dataReady;
Undocumented in source.
eao
GLuint eao;
Undocumented in source.
indices
uint[3][] indices;
Undocumented in source.
nbo
GLuint nbo;
Undocumented in source.
normals
Vector3f[] normals;
Undocumented in source.
tbo
GLuint tbo;
Undocumented in source.
texcoords
Vector2f[] texcoords;
Undocumented in source.
vao
GLuint vao;
Undocumented in source.
vbo
GLuint vbo;
Undocumented in source.
vertices
Vector3f[] vertices;
Undocumented in source.

Inherited Members

From Drawable

update
void update(double dt)
Undocumented in source.
render
void render(RenderingContext* rc)
Undocumented in source.

Meta