I figured it out by the way. I used this :
const {XR8} = window as any
if (XR8 && XR8.XrController) {
XR8.XrController.recenter()
}
I figured it out by the way. I used this :
const {XR8} = window as any
if (XR8 && XR8.XrController) {
XR8.XrController.recenter()
}