mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +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 {
|
float IKTarget::getFlexCoefficient(size_t chainDepth) const {
|
||||||
const float DEFAULT_FLEX_COEFFICIENT = 0.5f;
|
const float DEFAULT_FLEX_COEFFICIENT = 0.5f;
|
||||||
|
|
||||||
if (chainDepth < _numFlexCoefficients) {
|
if (chainDepth < _numFlexCoefficients) {
|
||||||
return _flexCoefficients[chainDepth];
|
return _flexCoefficients[chainDepth];
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1403,7 +1403,6 @@ void Rig::computeAvatarBoundingCapsule(
|
||||||
AnimInverseKinematics ikNode("boundingShape");
|
AnimInverseKinematics ikNode("boundingShape");
|
||||||
ikNode.setSkeleton(_animSkeleton);
|
ikNode.setSkeleton(_animSkeleton);
|
||||||
|
|
||||||
// AJT: FIX ME!!!!! ensure that empty weights vector does something reasonable....
|
|
||||||
ikNode.setTargetVars("LeftHand",
|
ikNode.setTargetVars("LeftHand",
|
||||||
"leftHandPosition",
|
"leftHandPosition",
|
||||||
"leftHandRotation",
|
"leftHandRotation",
|
||||||
|
|
Loading…
Reference in a new issue