Hi - I cannot get ActionManger to work on a mesh I’ve imported. In the code below, I can click on the sphere, but not the plane. Is there some special handling to get this to work with ImportedMeshes?
https://playground.babylonjs.com/#5NIBE1#120
Thanks.
Actually - it looks like I can click on the mesh, but the hitbox for the seems to be located below the aircraft. Is there a way of centering the hitbox on the aircraft?
Well the PG is not working for me but I think your issue is that you are not targeting the correct model (models[0] is not your mesh)