GLTF KHR_interactivty

Is the Babylon.js viewer support khr_interactivity? because I upload a glb model with khr_interactivity in the viewer but no khr_interactivity ?

Cc @ryantrem

Yes it should work. Can you share the model that is not working and more details about what to look for with the model and what you are expecting?

The glb file in the attached link, when uploading it to the React App (gltf Authoring tool), it’s works fine (when click on the box then it’s hidden, this the expected behavior that didn’t happened in Babylon.js viewer https://sandbox.babylonjs.com/)

Yep I can repro. The interactivity extension is loaded as expected, but the click handling doesn’t seem to be working. @bghgary ideas on this one?

The support for KHR_interactivity is in progress. There are still a number of issues. I’ll add this one to the list.

Ok thanks.