#include <FCDSkinController.h>
Public Member Functions | |
| FCDJointWeightPair () | |
| Default constructor: sets both the joint index and the weight to zero. | |
| FCDJointWeightPair (int32 _jointIndex, float _weight) | |
| Constructor: sets the joint index and the weight to the given values. | |
Public Attributes | |
| int32 | jointIndex |
| A joint index. | |
| float | weight |
| The weight of this influence on the vertex. | |
|
||||||||||||
|
Constructor: sets the joint index and the weight to the given values.
|
|
|
A joint index. Use this index within the skin's joint list. Look-out for the special joint index: -1. It indicates that the bind-shape position should be used. |
1.4.6-NO