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

Reference Space Type is "viewer" in the frame the session start, instead of the proper one #37

Open signorpipo opened 8 months ago

signorpipo commented 8 months ago

If I set the space type to "local floor", the emulator does actually set it as local floor, but only the frame after the session started (or so).

U can check this by simply logging the space type on session start.

On a real headset, the space type will be the proper on session start already.

This make it so I have to add special cases for the emulator.

3672