-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Panning broken on browsers supporting the new WebVR API #289
Comments
We closed it because builds on windows are flawed but if you use the embed that we are hosting here: http://googlevr.github.io/vrview/build/embed.js it should work. Is that not true? |
@lincolnfrog I'm not able to test it right now, but I don't think so; #192 is not a build issue. As I understand it, the problem is that the native WebVR implementations don't provide mouse and keyboard devices in #192 (comment) by ssh-esoteric |
@ademarre your understanding sounds correct to me -- on native implementations, those displays will be provided instead. If you don't have a Vive/Oculus or something hooked up, you won't be able to view it. If we used that flag in the polyfill mentioned in the above comment, then that would add the MouseKeyboardVRDisplay in this scenario |
Reopening #192, related to Edge (now with native WebVR) not windows builds |
I tried using this build: http://googlevr.github.io/vrview/build/embed.js But it's a totally different package than the official VRView library, looks like this one doesn't include Three.js, three-vrcontrols, possibly more (I didn't check, I'd rather have a complete build) |
Confirmed on Edge, Firefox 55+ on Windows 10,
I've seen more reports of this issue popping up lately.
This can also be recreated in Chrome easily by enabling the WebVR experimental flag, so this is definitely coming to Chrome as well.
I've noticed requiring the legacy polyfill and enabling the deprecated API has been suggested as a fix in several forums, but I believe this is only a temporary hack.
The text was updated successfully, but these errors were encountered: