my code is
renderer.xr.addEventListener('sessionstart', (x) => { camera.position.set(10, 10, 10); });
I want to launch camera at position(10, 10, 10) but it’s starting at (0,0,0)
I tried to set camera position when XR session started but there is no effect of updated coordinates in XR session