krpano

Results 3 issues of krpano

Missing emulation of xrCompatible. Testcase: ``` var gl = document.createElement("canvas").getContext("webgl", {xrCompatible:true}); console.log(gl.getContextAttributes().xrCompatible); ```

bug

After entering WebXR mode the [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) doesn't run / get called anymore... Is this intentional or a bug?

Hi, when using the getEyeParameters().renderRect size to set the size of the WebGL canvas, then Firefox renders the WebVR output wrong (Firefox Nightly 47.0a1, Windows 7, Oculus Rift DK2, SDK...