immersive-web / cardboard-vr-display

A JavaScript implementation of a WebVR 1.1 VRDisplay
https://immersive-web.github.io/cardboard-vr-display
Apache License 2.0
91 stars 43 forks source link

Use referenceFrame: screen for RelativeOrientationSensor, fixes #17 #28

Closed jsantell closed 5 years ago

jsantell commented 5 years ago

With Chrome m66 as release, there's less chance of someone using the RelativeOrientationSensor without referenceFrame support, and even if so, would fall back to devicemotion.

Mind giving this a look? @pozdnyakov @cvan