mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 03:13:32 +02:00
fix warnings
This commit is contained in:
parent
94bb8fc917
commit
8f547d9bdd
1 changed files with 0 additions and 2 deletions
|
@ -1500,8 +1500,6 @@ bool Rig::calculateElbowPoleVector(int handIndex, int elbowIndex, int armIndex,
|
|||
}
|
||||
|
||||
glm::vec3 armToHandDir = armToHand / armToHandDistance;
|
||||
glm::vec3 armToElbowDir = armToElbow / armToElbowDistance;
|
||||
|
||||
glm::vec3 armToHeadPlaneNormal = glm::cross(armToHead, armToHandDir);
|
||||
|
||||
// The strenght of the resulting pole determined by the arm flex.
|
||||
|
|
Loading…
Reference in a new issue