Fails to load on Oculus Go and Quest with the same message:
VRControlsHyperbolicH2xR.js:196 Uncaught TypeError: Cannot read property 'orientation' of null at THREE.VRControls.getVRState (VRControlsHyperbolicH2xR.js:196) at THREE.VRControls.update (VRControlsHyperbolicH2xR.js:82) at animate (hypTilingH2xR.js:203)
Oculus devices do not support the orientation events. This information is available in the frameData of VRDisplay, but that would entail a significant rewrite.
Can confirm, it seems like it does not work with other WebVR devices, either.
I have a Windows MR HMD, and tried both Firefox (via Steam VR) and Edge (native WMR support).
Fails to load on Oculus Go and Quest with the same message:
VRControlsHyperbolicH2xR.js:196 Uncaught TypeError: Cannot read property 'orientation' of null at THREE.VRControls.getVRState (VRControlsHyperbolicH2xR.js:196) at THREE.VRControls.update (VRControlsHyperbolicH2xR.js:82) at animate (hypTilingH2xR.js:203)
Oculus devices do not support the orientation events. This information is available in the
frameData
ofVRDisplay
, but that would entail a significant rewrite.