henryseg / H2xE_VR

VR implementation of H^2 x E geometry
44 stars 5 forks source link

Any interest in bringing this demo up to date? #5

Open paulmasson opened 5 years ago

paulmasson commented 5 years ago

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.

IGNNE commented 4 years ago

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).