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

Emulator room/cube appears in-scene while emulator is on #17

Closed intentmoose closed 1 year ago

intentmoose commented 1 year ago

The hex room/cube appears in the scene image

Developing in AFRAME

felixtrz commented 1 year ago

This is intentional. The grid room should only be visible when you are in AR mode, which should give you pass-through background on headset. The grid room is to emulate the pass-through background. The dimension of the grid room can be customized with the space width/height/depth option in the emulator UI, and the grid room supplies XRPlanes information accordingly to the WebXR app.

intentmoose commented 1 year ago

Understood, thanks. Thats useful.