|
Assimp
v4.1. (December 2018)
|
Helper structure to represent an ASE file face. More...
Inherits FaceWithSmoothingGroup.
Public Member Functions | |
| Face () AI_NO_EXCEPT | |
| Default constructor. Initializes everything with 0. More... | |
Public Member Functions inherited from FaceWithSmoothingGroup | |
| FaceWithSmoothingGroup () AI_NO_EXCEPT | |
Public Attributes | |
| unsigned int | amUVIndices [AI_MAX_NUMBER_OF_TEXTURECOORDS][3] |
| Indices into each list of texture coordinates. More... | |
| unsigned int | iFace |
| Index of the face. More... | |
| unsigned int | iMaterial |
| (Sub)Material index to be assigned to this face More... | |
| unsigned int | mColorIndices [3] |
| Index into the list of vertex colors. More... | |
Public Attributes inherited from FaceWithSmoothingGroup | |
| uint32_t | iSmoothGroup |
| specifies to which smoothing group the face belongs to More... | |
| uint32_t | mIndices [3] |
| Indices. More... | |
Static Public Attributes | |
| static const unsigned int | DEFAULT_MATINDEX = 0xFFFFFFFF |
| special value to indicate that no material index has been assigned to a face. More... | |
Helper structure to represent an ASE file face.
|
inline |
Default constructor. Initializes everything with 0.
| unsigned int Assimp::ASE::Face::amUVIndices[AI_MAX_NUMBER_OF_TEXTURECOORDS][3] |
Indices into each list of texture coordinates.
|
static |
special value to indicate that no material index has been assigned to a face.
The default material index will replace this value later.
| unsigned int Assimp::ASE::Face::iFace |
Index of the face.
It is not specified whether it is a requirement of the file format that all faces are written in sequential order, so we have to expect this case
| unsigned int Assimp::ASE::Face::iMaterial |
(Sub)Material index to be assigned to this face
| unsigned int Assimp::ASE::Face::mColorIndices[3] |
Index into the list of vertex colors.