Assimp  v4.1. (December 2018)
mesh_splitter.cpp File Reference

Macros

#define WAS_NOT_COPIED   0xffffffff
 

Typedefs

typedef std::pair< unsigned int, float > PerVertexWeight
 
typedef std::vector< PerVertexWeightVertexWeightTable
 

Functions

VertexWeightTableComputeVertexBoneWeightTable (const aiMesh *pMesh)
 

Macro Definition Documentation

◆ WAS_NOT_COPIED

#define WAS_NOT_COPIED   0xffffffff

Typedef Documentation

◆ PerVertexWeight

typedef std::pair<unsigned int,float> PerVertexWeight

◆ VertexWeightTable

typedef std::vector<PerVertexWeight> VertexWeightTable

Function Documentation

◆ ComputeVertexBoneWeightTable()

VertexWeightTable* ComputeVertexBoneWeightTable ( const aiMesh pMesh)