Assimp
v3.1.1 (June 2014)
|
Describes a bone weight on a vertex. More...
Public Member Functions | |
bool | operator< (const Weight &pWeight) const |
Comparison operator to sort bone weights by descending weight. More... | |
Weight () | |
Weight (unsigned int pBone, float pWeight) | |
Public Attributes | |
unsigned int | mBone |
Index of the bone. More... | |
float | mWeight |
Weight of that bone on this vertex. More... | |
Describes a bone weight on a vertex.
|
inline |
|
inline |
|
inline |
Comparison operator to sort bone weights by descending weight.
unsigned int Assimp::LimitBoneWeightsProcess::Weight::mBone |
Index of the bone.
float Assimp::LimitBoneWeightsProcess::Weight::mWeight |
Weight of that bone on this vertex.