exokitxr / exokit-web

Exokit WebXR engine for the browser
70 stars 18 forks source link

Moonrider monocular glitching #39

Closed avaer closed 5 years ago

avaer commented 5 years ago

Moonrider suffers from the same issue as https://github.com/exokitxr/exokit-web/issues/36.

avaer commented 5 years ago

This is probably generalized to A-Frame WebVR.

avaer commented 5 years ago

It's A-Frame that has the general bug where it assumes non-cyclops.

https://https-moonrider-xyz.proxy.exokit.org/vendor/aframe-master.min.js

var n=p.getEyeParameters("left"),r=n.renderWidth*y,i=n.renderHeight*y;t.setDrawingBufferSize(2*r,i,1)

Probably should be filed with A-Frame.

avaer commented 5 years ago

A-Blast suffers the same.