You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix it, we should somehow set view.scene.matrixWorldAutoUpdate = true;
either in the file view_3d_map_webxr.html
or in WebXR.js, using this kind of workaround
So in WebXR.js , above these lines
Since the bump of the three.js version f7303de
The view_3d_map_webxr example doesn't work anymore when entering the VR mode
Screencast.from.04-12-2024.17.30.28.webm
Context
Steps to Reproduce
Possible Cause/Fix/Solution
Since this merge in three.js, there is a condition on matrixWorldAutoUpdate .
To fix it, we should somehow set
view.scene.matrixWorldAutoUpdate = true;either in the file view_3d_map_webxr.html
or in WebXR.js, using this kind of workaround
So in WebXR.js , above these lines
itowns/src/Renderer/WebXR.js
Lines 55 to 57 in 683e55d
we could add