ElectricNightOwl / ArmSwinger

ArmSwinger is an artificial VR locomotion library developed on Unity 5.4. ArmSwinger allows you to use your arms to control your position in 3D space in a natural way with minimal disorientation.
http://electricnightowl.com/armswinger/
MIT License
101 stars 30 forks source link

Rotating CameraRig causes rewinding and pushback to fail #45

Closed kjack9 closed 7 years ago

kjack9 commented 7 years ago

If the CameraRig is rotated from the default rotation (0,0,0), push backs and rewinds move the player to incorrect positions.

This is due to an assumption in ArmSwinger that local position coordinates and world coordinates will always line up.