We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the latest webvr-manager, using Chromium without any HMD plugged in the computer makes an error on line 59:
Uncaught (in promise) TypeError: Cannot read property 'isPolyfilled' of null at WebVRManager.<anonymous> (webvr-manager.js:59) (anonymous) @ webvr-manager.js:59
It seems to be because the setVRCompatibleOverride is never called?
Even he doesn't have the last version, you can try it out on this page: https://www.clicktorelease.com/code/polygon-shredder/vr/
Copy of the bug is wrote out to the webvr chrome issues, as I don't know who should be in charge: toji/chrome-webvr-issues#108
With Chromium Version 55.0.2869.0 (64-bit) on Windows 10.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the latest webvr-manager, using Chromium without any HMD plugged in the computer makes an error on line 59:
It seems to be because the setVRCompatibleOverride is never called?
Even he doesn't have the last version, you can try it out on this page:
https://www.clicktorelease.com/code/polygon-shredder/vr/
Copy of the bug is wrote out to the webvr chrome issues, as I don't know who should be in charge:
toji/chrome-webvr-issues#108
With Chromium Version 55.0.2869.0 (64-bit) on Windows 10.
The text was updated successfully, but these errors were encountered: