Mesh

Undocumented in source.

Constructors

this
this(Triangle[] tris)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
drawTris
void drawTris(Triangle[] triangles)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
freeContent
void freeContent()
Undocumented in source. Be warned that the author may not have intended to support it.
genFaceGroups
void genFaceGroups(Scene scene)
Undocumented in source. Be warned that the author may not have intended to support it.
genTangents
void genTangents()
Undocumented in source. Be warned that the author may not have intended to support it.
getFaceGroupByMaterialId
FaceGroup getFaceGroupByMaterialId(int m)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fgroups
DynamicArray!FaceGroup fgroups;
Undocumented in source.
id
int id;
Undocumented in source.
name
string name;
Undocumented in source.
tris
Triangle[] tris;
Undocumented in source.

Inherited Members

From Drawable

draw
void draw(double dt)
Undocumented in source.

Meta