How can I fetch a loaded mesh file

I would use BABYLON.SceneLoader.ImportMesh instead of BABYLON.SceneLoader.AppendAsync

The onSuccess callback of ImportMesh has a meshes argument that references the models you just loaded.

1 Like