mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 16:06:46 +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.rightHandRotation = Quat.fromPitchYawRollDegrees(90, 0, 90);
|
||||
animationData.rightHandType = 0; // RotationAndPosition, see IKTargets.h
|
||||
}
|
||||
function shakeHandsAnimation() {
|
||||
return animationData;
|
||||
|
|
Loading…
Reference in a new issue