Assimp  v3.1.1 (June 2014)
Assimp::D3DS::Mesh Struct Reference

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< aiVector3DmTexCoords
 Texture coordinates. More...
 
- Public Attributes inherited from MeshWithSmoothingGroups< D3DS::Face >
std::vector< D3DS::FacemFaces
 Face lists. More...
 
std::vector< aiVector3DmNormals
 List of normal vectors. More...
 
std::vector< aiVector3DmPositions
 Vertex positions. More...
 

Detailed Description

Helper structure to represent a 3ds file mesh.

Constructor & Destructor Documentation

◆ Mesh()

Assimp::D3DS::Mesh::Mesh ( )
inline

Default constructor.

Member Data Documentation

◆ mFaceMaterials

std::vector<unsigned int> Assimp::D3DS::Mesh::mFaceMaterials

Face materials.

◆ mMat

aiMatrix4x4 Assimp::D3DS::Mesh::mMat

Local transformation matrix.

◆ mName

std::string Assimp::D3DS::Mesh::mName

Name of the mesh.

◆ mTexCoords

std::vector<aiVector3D> Assimp::D3DS::Mesh::mTexCoords

Texture coordinates.


The documentation for this struct was generated from the following file: