Meta Quest 3 Controller Models

Looks like the Meta Quest 3 / Touch 3 controller input profile is available on the immersive web repo but not picked up by default in BJS:

cc @RaananW

This comes a GLTF file. You need to add Babylon.loaders.js file to read it, otherwise you get what you show

1 Like

Exactly that. You are missing the glTF loader, so you are getting the generic controllers. I am not sure how your project is set up, but you will need to make sure you import the glTF loader from the corresponding package (babylons-loaders or @babylonjs/loaders)