25 this->weights.resize(
weights.size());
28 this->weights[i++] = weight;
34 this->joints.resize(
joints.size());
36 for (
auto& joint:
joints) {
37 this->joints[i++] = joint;
55 for (
auto i = 0; i <
joints.size(); i++) {
65 return jointIt->second;
Skinning definition for nodes.
map< string, Joint * > jointsByName
vector< vector< JointWeight > > verticesJointsWeights
Joint * getJointByName(const string &name)
Get joint by name.
void setVerticesJointsWeights(const vector< vector< JointWeight > > &verticesJointsWeights)
Sets up vertices joints weights.
void setWeights(const vector< float > &weights)
Set up weights.
void setupJointsByName()
Set up joints by name.
void setJoints(const vector< Joint > &joints)
Set up joints.