Updated external libraries
This commit is contained in:
parent
8722ff7043
commit
700d448d75
14 changed files with 3415 additions and 1124 deletions
|
@ -1830,7 +1830,7 @@ void UpdateModelAnimation(Model model, ModelAnimation anim, int frame)
|
|||
continue;
|
||||
}
|
||||
boneId = mesh.boneIds[boneCounter];
|
||||
int boneIdParent = model.bones[boneId].parent;
|
||||
//int boneIdParent = model.bones[boneId].parent;
|
||||
inTranslation = model.bindPose[boneId].translation;
|
||||
inRotation = model.bindPose[boneId].rotation;
|
||||
// inScale = model.bindPose[boneId].scale;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue