vizorvr / patches

Patches is a visual programming editor for building WebVR and WebGL experiences.
http://patches.vizor.io
MIT License
201 stars 44 forks source link

Fixes for Edge and Microsoft Mixed Reality Platform #2062

Closed kschzt closed 6 years ago

kschzt commented 6 years ago
gmarinov commented 6 years ago

the updated webvr-polyfill is missing its canInitiateRotation methods now. Since it binds on window it starts responding to events which aren't meant for it. Here's a simple example below

after:

panwindow-new

before:

panwindow-existing

gmarinov commented 6 years ago

both the above and the resizing stuff I'm taking a look at are part of everything in VizorWebVRAdapter.prototype.configure and we have both Three and the WebVR Polyfill changing