Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

WebVR #948

Open
phoenixbf opened this issue Feb 7, 2018 · 0 comments
Open

WebVR #948

phoenixbf opened this issue Feb 7, 2018 · 0 comments

Comments

@phoenixbf
Copy link

phoenixbf commented Feb 7, 2018

Since Chromium deprecation (https://webvr.info/get-chrome/) for Canary, OSGjs WebVR demos stopped working. Canary 66.0.xxx (with WebVR, gamepad extensions and OpenVR flag enabled as instructed) on OSGjs WebVR demo reports:

Uncaught TypeError: Cannot read property 'getEyeParameters' of undefined
    at Object.WebVR.createScene (WebVR.js:126)
    at Example.switchVR (main.js:57)
    at Example.toggleVR (main.js:96)
    at Example.requestFullScreenVR (main.js:104)
    at Example.<anonymous> (main.js:18)
    at HTMLDivElement.dispatch (jquery.min.js:3)
    at HTMLDivElement.r.handle (jquery.min.js:3)
WebVR.createScene @ WebVR.js:126
switchVR @ main.js:57
toggleVR @ main.js:96
requestFullScreenVR @ main.js:104
(anonymous) @ main.js:18
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3

Firefox (v.58) fails WebVR most of the times with:
WebGL warning: drawArrays: This operation requires zeroing texture data. This is slow." (OSG.js)

The same Firefox build is working fine with Three.js WebVR demos and SketchFab WebVR viewer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant