#include <FCDSkinController.h>
Public Member Functions | |
size_t | GetPairCount () const |
Retrieve the number of joint-weight pairs defined for this vertex. | |
void | SetPairCount (size_t count) |
Sets the number of joint-weight pairs defined for this vertex. | |
FCDJointWeightPair * | GetPair (size_t index) |
Retrieves a joint-weight pair. | |
const FCDJointWeightPair * | GetPair (size_t index) const |
See above. | |
void | AddPair (int32 jointIndex, float weight) |
Adds a new joint-weight pair to this vertex. |
This structure contains a list of joint-weight pairs that defines how to modify a given mesh vertex in order to skin it properly.
|
Adds a new joint-weight pair to this vertex. No verification will be made to ensure that the sum of the weights equal 1.0.
|
|
Retrieves a joint-weight pair.
|
|
Retrieve the number of joint-weight pairs defined for this vertex.
|
|
Sets the number of joint-weight pairs defined for this vertex.
|