This PR finally addresses the problem with the phone as a controller, the unreliable and inaccurate orientation of the pointer as soon as the head was turn around. We're suffering the well known issue in 3D world of gimbal lock. But the PR has much more to offer :), summarizing:
Make the transformations in orientation sensor code self-explanatory
Remove invalid capabilities from the controller
Remove sitting to standing transform (view position too high)
Fix controller's gimbal lock
Make 1€ filter more responsive on high speed movements
Make the interstitial visible by moving the text up to the eye level
This PR finally addresses the problem with the phone as a controller, the unreliable and inaccurate orientation of the pointer as soon as the head was turn around. We're suffering the well known issue in 3D world of gimbal lock. But the PR has much more to offer :), summarizing: