|
Assimp
v4.1. (December 2018)
|
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 () AI_NO_EXCEPT | |
| 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.