changed pose orientation calculation

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent d430bc6fc0
commit 756c58fc89
7 changed files with 45 additions and 28 deletions
-4
View File
@@ -99,12 +99,8 @@ namespace vb01{
break;
}
}
/*
swap(currentPos.y, currentPos.z);
currentPos.z = -currentPos.z;
swap(currentRot.y, currentRot.z);
currentRot.z = -currentRot.z;
*/
channelBone->setPosePos(currentPos);
channelBone->setPoseRot(currentRot);