fix desktop press-x handshake

This commit is contained in:
Seth Alves 2018-08-13 11:57:48 -07:00
parent ac37f476d9
commit 4fa0c96046

View file

@ -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;