Merge pull request from sethalves/fix-desktop-handshake

fix desktop press-x handshake
This commit is contained in:
Seth Alves 2018-08-14 08:42:10 -07:00 committed by GitHub
commit 54fa7dd0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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