Load one model hierarchy

Is it possible to load one model divided by hierarchy?
If you look at the picture below, it’ll be easier to understand

ex)
Human Mode (gltf, GLB)

Model import flow

It is possible.
Using the first parameter (name(s) of mesh to load) in ImportMesh, for example - https://playground.babylonjs.com/#WLDCUC#176 (see console messages).

meshNames — an array of mesh names, a single mesh name, or empty string for all meshes that filter what meshes are imported.
Docs - SceneLoader | Babylon.js Documentation

2 Likes

Oh, thank you for your answer That’s what I want!Hahaha