mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
removed temp comments
This commit is contained in:
parent
e99001d86c
commit
621d94eb91
2 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ void IKTarget::setFlexCoefficients(size_t numFlexCoefficientsIn, const float* fl
|
|||
|
||||
float IKTarget::getFlexCoefficient(size_t chainDepth) const {
|
||||
const float DEFAULT_FLEX_COEFFICIENT = 0.5f;
|
||||
|
||||
if (chainDepth < _numFlexCoefficients) {
|
||||
return _flexCoefficients[chainDepth];
|
||||
} else {
|
||||
|
|
|
@ -1403,7 +1403,6 @@ void Rig::computeAvatarBoundingCapsule(
|
|||
AnimInverseKinematics ikNode("boundingShape");
|
||||
ikNode.setSkeleton(_animSkeleton);
|
||||
|
||||
// AJT: FIX ME!!!!! ensure that empty weights vector does something reasonable....
|
||||
ikNode.setTargetVars("LeftHand",
|
||||
"leftHandPosition",
|
||||
"leftHandRotation",
|
||||
|
|
Loading…
Reference in a new issue