Assimp  v4.1. (December 2018)
Assimp::ASE::Face Struct Reference

Helper structure to represent an ASE file face. More...

Inherits FaceWithSmoothingGroup.

Public Member Functions

 Face ()
 Default constructor. Initializes everything with 0. More...
 
- Public Member Functions inherited from FaceWithSmoothingGroup
 FaceWithSmoothingGroup ()
 

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...
 

Detailed Description

Helper structure to represent an ASE file face.

Constructor & Destructor Documentation

◆ Face()

Assimp::ASE::Face::Face ( )
inline

Default constructor. Initializes everything with 0.

Member Data Documentation

◆ amUVIndices

unsigned int Assimp::ASE::Face::amUVIndices[AI_MAX_NUMBER_OF_TEXTURECOORDS][3]

Indices into each list of texture coordinates.

◆ DEFAULT_MATINDEX

const unsigned int Assimp::ASE::Face::DEFAULT_MATINDEX = 0xFFFFFFFF
static

special value to indicate that no material index has been assigned to a face.

The default material index will replace this value later.

◆ iFace

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

◆ iMaterial

unsigned int Assimp::ASE::Face::iMaterial

(Sub)Material index to be assigned to this face

◆ mColorIndices

unsigned int Assimp::ASE::Face::mColorIndices[3]

Index into the list of vertex colors.


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