Assimp
v3.1.1 (June 2014)
|
Helper structure to represent a 3ds file mesh. More...
Inherits MeshWithSmoothingGroups< D3DS::Face >.
Public Member Functions | |
Mesh () | |
Default constructor. More... | |
Public Attributes | |
std::vector< unsigned int > | mFaceMaterials |
Face materials. More... | |
aiMatrix4x4 | mMat |
Local transformation matrix. More... | |
std::string | mName |
Name of the mesh. More... | |
std::vector< aiVector3D > | mTexCoords |
Texture coordinates. More... | |
![]() | |
std::vector< D3DS::Face > | mFaces |
Face lists. More... | |
std::vector< aiVector3D > | mNormals |
List of normal vectors. More... | |
std::vector< aiVector3D > | mPositions |
Vertex positions. More... | |
Helper structure to represent a 3ds file mesh.
|
inline |
Default constructor.
std::vector<unsigned int> Assimp::D3DS::Mesh::mFaceMaterials |
Face materials.
aiMatrix4x4 Assimp::D3DS::Mesh::mMat |
Local transformation matrix.
std::string Assimp::D3DS::Mesh::mName |
Name of the mesh.
std::vector<aiVector3D> Assimp::D3DS::Mesh::mTexCoords |
Texture coordinates.