mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +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.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