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

Head is always at 1.75cm even when not using local floor #36

Closed signorpipo closed 8 months ago

signorpipo commented 8 months ago

When using local floor, it's nice to have the head at a default normal height, but when local floor is not enabled, the head should be at height 0, because in that case if u enter VR normally that would be the case.

Having it set at 1.75 make it so I have to make work-around when the device is emulated to adjust the height of the head so not to have it super high.

signorpipo commented 8 months ago

Actually, I think this was a case a bit ago but I double check it and it seems that now it works properly, returning local-floor as space type (which was not the case before).

The only thing that might be adjusted is change the value of the headset in the view from 1.7 to 0 when local, but it seems to actually work like that (like 1.7 was 0 basically)

3671

Sorry for the trouble! Closing this