- addFacegroup
FaceGroup* addFacegroup()
Undocumented in source. Be warned that the author may not have intended to support it.
- addNormal
void addNormal(Vector3f n)
Undocumented in source. Be warned that the author may not have intended to support it.
- addNormals
void addNormals(Vector3f[] norms)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTangent
void addTangent(Vector3f t)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTangents
void addTangents(Vector3f[] tans)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTexcoord
void addTexcoord(Vector2f t)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTexcoords
void addTexcoords(Vector2f[] texs)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVertex
void addVertex(Vector3f v)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVertices
void addVertices(Vector3f[] verts)
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.
- getTriangle
Triangle getTriangle(uint facegroupIndex, uint triIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref Triangle) dg)
Read-only triangle aggregate
Triangle mesh