Public Member Functions | |
TVertexArray () | |
uint32 | GetElemCount () |
Public Attributes | |
TMCArray< TVector3 > | fPositions |
the position of each vertex | |
TMCClassArray< TMCArray< int32 > > | fEdges |
for each vertex the list of edges that point to it | |
TMCClassArray< TMCArray< int32 > > | fPolygons |
for each vertex the list of polygons that point to it | |
TMCClassArray< TUVData > | fUVs |
the normals of each vertex | |
TMCClassArray< TNormalData > | fNormals |
the normals of each vertex | |
TMCClassArray< TCoordData > | fBarycentricCoordinates |
the barycentric coordinates of each vertex | |
TMCArray< TMCColorRGBA8 > | fColors |
a color for each vertex | |
boolean | fAllocateBarycentricCoordinates |
MeshDataStructure::TVertexArray::TVertexArray | ( | ) | [inline] |
uint32 MeshDataStructure::TVertexArray::GetElemCount | ( | ) | [inline] |
the barycentric coordinates of each vertex
a color for each vertex
for each vertex the list of edges that point to it
the normals of each vertex
for each vertex the list of polygons that point to it
the position of each vertex
the normals of each vertex