//empty string all meshes
BABYLON.SceneLoader.ImportMeshAsync("", "/relative path/", "myFile");
//Name of model for one model
BABYLON.SceneLoader.ImportMeshAsync("model1", "/relative path/", "myFile");
BABYLON.SceneLoader.ImportMeshAsync(["model1", "model2"], "/relative path/", "myFile");