Hello,
I’ve tried to enable XR experience in my babylon project which has been built with VueJS.
I was used the XR experience code as following.
scene.createDefaultEnvironment();
const xr = await scene.createDefaultXRExperienceAsync({});
After I’ve added this code, I could see the VR turn on icon at the bottom right corner of screen.
But it never worked for me. I couldn’t get the divided VR screen by clicking this icon.
I’ve checked console window and I’ve got a following warning message.
babylon.js:16 BJS - [07:34:32]: glTF / glb loaded was not registered, using generic controller instead
babylon.js:16 BJS - [07:34:32]: Falling back to generic models
I’ve attached screenshot of tracks for those errors. please check the screenshots.
Help me to solve this out please. Any suggestion or help would be much appreciated!
Thanks.