mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
unused variable warning fix
This commit is contained in:
parent
983e1fe075
commit
bfd18e3696
1 changed files with 0 additions and 1 deletions
|
@ -646,7 +646,6 @@ void AnimInverseKinematics::solveTargetWithCCD(const AnimContext& context, const
|
|||
|
||||
AnimPose geomToWorldPose = AnimPose(context.getRigToWorldMatrix() * context.getGeometryToRigMatrix());
|
||||
|
||||
glm::vec3 dUnit = d / dLen;
|
||||
glm::vec3 e = midPose.xformVector(target.getPoleReferenceVector());
|
||||
|
||||
// if mid joint is straight use the reference vector to compute eProj, otherwise use reference vector.
|
||||
|
|
Loading…
Reference in a new issue