You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.
The latest version of webvr-polyfill seems to include fixes for multiple issues introduced by newer versions of Chrome, but webvr-polyfill v0.10.0 removed MouseKeyboardVRDisplay which provided 3DOF controls for desktop when no native displays are connected. Is anyone actively working on updating to the newer version of the polyfill? It seems that this would resolve #274, but would require a replacement for the mouse and keyboard controls on desktop that were previously provided by the polyfill.
The text was updated successfully, but these errors were encountered:
it seems that by changing this unique line in embed.(min.)js, it works on newer chrome mobile as well :
if(this.isIOS||this.isFirefoxAndroid){ this.gyroscope.multiplyScalar(Math.PI/180); }
remove the if statement to keep only the "this.gyroscope.multiplyScalar(Math.PI/180); "
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The latest version of webvr-polyfill seems to include fixes for multiple issues introduced by newer versions of Chrome, but webvr-polyfill v0.10.0 removed MouseKeyboardVRDisplay which provided 3DOF controls for desktop when no native displays are connected. Is anyone actively working on updating to the newer version of the polyfill? It seems that this would resolve #274, but would require a replacement for the mouse and keyboard controls on desktop that were previously provided by the polyfill.
The text was updated successfully, but these errors were encountered: