Assimp
v3.1.1 (June 2014)
|
Data structure for a simple obj-face, describes discredit,l.ation and materials. More...
Public Types | |
typedef std::vector< unsigned int > | IndexArray |
Public Member Functions | |
Face (aiPrimitiveType pt=aiPrimitiveType_POLYGON) | |
Default constructor. More... | |
~Face () | |
Destructor. More... | |
Public Attributes | |
IndexArray | m_normals |
Normal indices. More... | |
Material * | m_pMaterial |
Pointer to assigned material. More... | |
aiPrimitiveType | m_PrimitiveType |
Primitive type. More... | |
IndexArray | m_texturCoords |
Texture coordinates indices. More... | |
IndexArray | m_vertices |
Vertex indices. More... | |
Data structure for a simple obj-face, describes discredit,l.ation and materials.
typedef std::vector<unsigned int> Assimp::ObjFile::Face::IndexArray |
|
inline |
Default constructor.
|
inline |
Destructor.
IndexArray Assimp::ObjFile::Face::m_normals |
Normal indices.
Material* Assimp::ObjFile::Face::m_pMaterial |
Pointer to assigned material.
aiPrimitiveType Assimp::ObjFile::Face::m_PrimitiveType |
Primitive type.
IndexArray Assimp::ObjFile::Face::m_texturCoords |
Texture coordinates indices.
IndexArray Assimp::ObjFile::Face::m_vertices |
Vertex indices.