|
Assimp
v4.1. (December 2018)
|
Helper structure to represent a 3ds file mesh. More...
Inherits MeshWithSmoothingGroups< D3DS::Face >.
Public Member Functions | |
| Mesh ()=delete | |
| Default constructor has been deleted. More... | |
| Mesh (const std::string &name) | |
| Constructor with explicit name. 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... | |
Public Attributes inherited from MeshWithSmoothingGroups< D3DS::Face > | |
| 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.
|
delete |
Default constructor has been deleted.
|
inlineexplicit |
Constructor with explicit name.
| 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.