mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
limited IK calculation
This commit is contained in:
@@ -99,9 +99,15 @@ 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);
|
||||
channelBone->setPoseRot(currentRot);
|
||||
//channelBone->setPoseScale(currentScale);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user