|
Assimp v3.1.1 (June 2014)
|
Data structure for a simple obj-face, describes discredit,l.ation and materials. More...
#include <ObjFileData.h>
Public Types | |
| typedef std::vector< unsigned int > | IndexArray |
Public Member Functions | |
| Face (std::vector< unsigned int > *pVertices, std::vector< unsigned int > *pNormals, std::vector< unsigned int > *pTexCoords, aiPrimitiveType pt=aiPrimitiveType_POLYGON) | |
| Default constructor. More... | |
| ~Face () | |
| Destructor. More... | |
Public Attributes | |
| Material * | m_pMaterial |
| Pointer to assigned material. More... | |
| IndexArray * | m_pNormals |
| Normal indices. More... | |
| aiPrimitiveType | m_PrimitiveType |
| Primitive type. More... | |
| IndexArray * | m_pTexturCoords |
| Texture coordinates indices. More... | |
| IndexArray * | m_pVertices |
| 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.
| pVertices | Pointer to assigned vertex indexbuffer |
| pNormals | Pointer to assigned normals indexbuffer |
| pTexCoords | Pointer to assigned texture indexbuffer |
|
inline |
Destructor.
| Material* Assimp::ObjFile::Face::m_pMaterial |
Pointer to assigned material.
| IndexArray* Assimp::ObjFile::Face::m_pNormals |
Normal indices.
| aiPrimitiveType Assimp::ObjFile::Face::m_PrimitiveType |
Primitive type.
| IndexArray* Assimp::ObjFile::Face::m_pTexturCoords |
Texture coordinates indices.
| IndexArray* Assimp::ObjFile::Face::m_pVertices |
Vertex indices.