taylr Posted September 7, 2017 Share Posted September 7, 2017 Hello, I am loading a large .babylon files into a scene. And the file is about 50MB. Is there a method I can use to real progressive loading / mesh streaming as the model loads so that my users aren't staring at a rotating loading icon (Even if it's extremely beautiful ) for minutes before the scene appears? In other words, if the model is 20,000 triangles, does babylon.js have a method for maybe loading only 2,000 first and then progressing to the fully detailed model after my user zooming in or looking around ? Here is an example about what I mentioned above: https://x3dom.org/pop/happy.html I just looked up for the wonderful solution here: If I understood correctly, the auto LOD mechanism is to help with rendering load and not with loading time. Because when I opened the dev-tool of browser and observed the network tab, there is no pictures or other model information loaded when I zooming in and out. (Correct me if I'm wrong) Quote Link to comment Share on other sites More sharing options...
Hersir Posted September 7, 2017 Share Posted September 7, 2017 @taylr You can try to use incremental loading so engine will load only parts that are visible in camera and later lazy load everything else. GameMonetize and taylr 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.