Assimp
v4.1. (December 2018)
|
Helper structure representing a face with smoothing groups assigned. More...
Inherited by Assimp::ASE::Face, and Assimp::D3DS::Face.
Public Member Functions | |
FaceWithSmoothingGroup () | |
Public Attributes | |
uint32_t | iSmoothGroup |
specifies to which smoothing group the face belongs to More... | |
uint32_t | mIndices [3] |
Indices. More... | |
Helper structure representing a face with smoothing groups assigned.
|
inline |
uint32_t FaceWithSmoothingGroup::iSmoothGroup |
specifies to which smoothing group the face belongs to
uint32_t FaceWithSmoothingGroup::mIndices[3] |
Indices.
.3ds is using uint16. However, after an unique vertex set has been generated, individual index values might exceed 2^16