animation channel improvements

beginning of animation controller test
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 347286aa1f
commit f8d5beb5d6
10 changed files with 155 additions and 31 deletions
-1
View File
@@ -70,7 +70,6 @@ namespace vb01{
parent->globalToLocalPosition(localToGlobalPosition(Vector3::VEC_ZERO));
Quaternion parentSpacePoseRot = Quaternion(r.getAngle(), rotAxis);
setOrientation(parentSpacePoseRot * restRot);
}