Public Member Functions | |
TWeightedJoint () | |
TWeightedJoint (TJointIndex index, real32 weight) | |
Public Attributes | |
TJointIndex | fIndex |
Index of the joint (in I3dExSkinable::GetJoints() ). | |
real32 | fWeight |
Weight of the Joint (The sum of the weights of the joints influencing a vertex must be 1). |
Describes the influence of a joint over a vertex
TWeightedJoint::TWeightedJoint | ( | ) | [inline] |
TWeightedJoint::TWeightedJoint | ( | TJointIndex | index, | |
real32 | weight | |||
) | [inline] |
Index of the joint (in I3dExSkinable::GetJoints() ).
Weight of the Joint (The sum of the weights of the joints influencing a vertex must be 1).