mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33:49 +02:00
fix desktop press-x handshake
This commit is contained in:
parent
ac37f476d9
commit
4fa0c96046
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