Greetings! I am relatively new to working with ThreeJS and just getting the hang of it. After going through some tutorials, I have successfully managed to load glb files and render them in my browser with ease.
Recently, I downloaded a GLB file from that showcases 8 different human bodies. However, I am interested in displaying only one body at a time depending on specific scenarios.
My main query is: is this feasible? Can the individual models within the file be selected and added separately, or do I need to edit the glb file using software like Blender for this customization?
I attempted to access the individual models by using o.Children after loading the glb file, but unfortunately, I was unsuccessful. Additionally, when I checked o.scene.length, it showed as 1.