I have hacked together a pg where there are 10 sets of glb files loaded using assetsManager, a gui slider to change which one is visible: Babylon.js Playground
I am very new to this so thanks in advance for the help.
Is there a way to load in the files in a more programatic way (i.e. array of names or a for loop), so this could scale up to the 150 sets of models I have? Is this even necessary? I only ever want to show a single model at a time, but I want to play through them at a fixed frame rate so we can move the view as it is playing.
I’ve updated my playground using that pg, and it works way better, but running into a separate issue, that seems to be about timing. https://playground.babylonjs.com/#HKMFJ1#1
The following is from the demo pg, but mine only works when it’s commented out