TriMesh

Triangle mesh

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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

Properties

facegroups
FaceGroup[] facegroups [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
normals
Vector3f[] normals [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tangents
Vector3f[] tangents [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
texcoords
Vector2f[] texcoords [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vertices
Vector3f[] vertices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

facegroupsArray
Array!FaceGroup facegroupsArray;
Undocumented in source.
normalsArray
Array!(Vector3f) normalsArray;
Undocumented in source.
tangentsArray
Array!(Vector3f) tangentsArray;
Undocumented in source.
texcoordsArray
Array!(Vector2f) texcoordsArray;
Undocumented in source.
verticesArray
Array!(Vector3f) verticesArray;
Undocumented in source.

Meta