meta-quest / immersive-web-emulator

Browser extension that emulates Meta Quest devices for WebXR development. Lead: Felix Zhang (fe1ix@meta.com)
https://developer.oculus.com/blog/webxr-development-immersive-web-emulator/
MIT License
297 stars 34 forks source link

WebXR Anchors module always enabled. #46

Closed dmarcos closed 5 months ago

dmarcos commented 7 months ago

The emulator doesn't require 'anchors' to be passed as optional feature to navigator.xr.requestSession

To match spec behavior. The optional feature should be required and if not available an error should be thrown when calling frame.createAnchor ...not available for this kind of session...