Hello,
I imported a 3D-Gltf Model to my scene successfully, but it is not clickable. The value “isPickable” is true, but when I am running the scene and clicking on the object in the web it is not being recognized by “pickResult”. I imported the Model from Blender and already checked if it provides Colliders and it should, but I still assume that there is a problem with the Collider as the Model is imported and displayed perfectly, but just cant be recognized by a click. I made a smaller Playground to explain my problem: Babylon.js Playground and I also tried everything of this page: Loading Any File Type | Babylon.js Documentation, but still cant make it work. I also tried including a PhysicsEngine, but also not with a succesful result.
Therefore I wanted to ask if someone here has an idea on how to approach this problem as I tried everything I found in the forum, but still could not make it work.
Best Regards