Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
FaceWithSmoothingGroup Struct Reference

Helper structure representing a face with smoothing groups assigned. More...

#include <SmoothingGroups.h>

Public Member Functions

 FaceWithSmoothingGroup () AI_NO_EXCEPT
 

Public Attributes

uint32_t iSmoothGroup
 specifies to which smoothing group the face belongs to More...
 
uint32_t mIndices [3]
 Indices. More...
 

Detailed Description

Helper structure representing a face with smoothing groups assigned.

Constructor & Destructor Documentation

◆ FaceWithSmoothingGroup()

FaceWithSmoothingGroup::FaceWithSmoothingGroup ( )
inline

Member Data Documentation

◆ iSmoothGroup

uint32_t FaceWithSmoothingGroup::iSmoothGroup

specifies to which smoothing group the face belongs to

◆ mIndices

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


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