Access xr.input from enterXRAsync session

Hello, and I am looking at launching VR experiences from outside of createDefaultXRExperienceAsync and would like to access the controller and it’s observables. Neither the xrSession nor xrHelper object have inputs.

Robert

1 Like

@RaananW is our XR king :slight_smile:

Pardon me for not digging through the modules…

new WebXRInput(xrHelper.sessionManager, xrHelper.camera, {});
await xrHelper.enterXRAsync(‘immersive-vr’, ‘local-floor’);

(order of operations)

r

2 Likes