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
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
@RaananW is our XR king
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