mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into Case21707
This commit is contained in:
commit
743d626b32
1 changed files with 3 additions and 1 deletions
|
@ -334,7 +334,9 @@ void MySkeletonModel::updateRig(float deltaTime, glm::mat4 parentTransform) {
|
||||||
eyeParams.leftEyeJointIndex = _rig.indexOfJoint("LeftEye");
|
eyeParams.leftEyeJointIndex = _rig.indexOfJoint("LeftEye");
|
||||||
eyeParams.rightEyeJointIndex = _rig.indexOfJoint("RightEye");
|
eyeParams.rightEyeJointIndex = _rig.indexOfJoint("RightEye");
|
||||||
|
|
||||||
_rig.updateFromEyeParameters(eyeParams);
|
if (_owningAvatar->getHasProceduralEyeFaceMovement()) {
|
||||||
|
_rig.updateFromEyeParameters(eyeParams);
|
||||||
|
}
|
||||||
|
|
||||||
updateFingers();
|
updateFingers();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue