simplified global - local transformation methods

fixed position bug when posing bones
initial IK method
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 7ed0eed7e2
commit 3ee5555652
9 changed files with 204 additions and 78 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ namespace vb01{
}
channelBone->setPosePos(currentPos);
channelBone->setPoseRot(currentRot);
//channelBone->setPoseRot(currentRot);
//channelBone->setPoseScale(currentScale);
}
}