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

The reference space type is not updated until the frame after the session started #23

Open signorpipo opened 1 year ago

signorpipo commented 1 year ago

In the actual quest, the new reference type is already local floor when the session start, but with the emulator is not which is annoying and requires me to have special cases to handle the emulator if I want to test with it.

As u can see in the video, if I ask for it after the session started is properly updated to local-floor in this case.

https://github.com/meta-quest/immersive-web-emulator/assets/16962655/f44ba115-a93b-4dc3-97a8-b76452f917f8

This is with Wonderland Engine

felixtrz commented 1 year ago

Good find, will fix in v1.4