How do you get the position of the headset input?! I can get the left and right hand controllers with some code like
const position = new Vector3();
context.renderer.xr.getController(0).getWorldPosition(position)
⦠but not sure how to get the headset
by user 931365436187111505