Hello. New to Babylon.JS
I’m just looking for what the community considers the best approach to what I’m trying to accomplish.
I am using a character-based approach to create an interactive website and want to “change the scene” but I believe that if I go by that approach by changing the scene it will reset my character model so I want by the press of buttons to change the multiples meshes in my scene at a time.
Is it better to load all your meshes asynchronously or group your loads by each individual group?
Then toggle the visibility on certain groups to create the illusion of different scenes? Or is there a better approach to what I’m trying to accomplish?