mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Merge pull request #13817 from sethalves/fix-desktop-handshake
fix desktop press-x handshake
This commit is contained in:
commit
54fa7dd0b6
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@
|
||||||
animationData.rightHandPosition.y += verticalOffset;
|
animationData.rightHandPosition.y += verticalOffset;
|
||||||
}
|
}
|
||||||
animationData.rightHandRotation = Quat.fromPitchYawRollDegrees(90, 0, 90);
|
animationData.rightHandRotation = Quat.fromPitchYawRollDegrees(90, 0, 90);
|
||||||
|
animationData.rightHandType = 0; // RotationAndPosition, see IKTargets.h
|
||||||
}
|
}
|
||||||
function shakeHandsAnimation() {
|
function shakeHandsAnimation() {
|
||||||
return animationData;
|
return animationData;
|
||||||
|
|
Loading…
Reference in a new issue