whoever had evt.total value 0 problem, please note that if you try to set loading screen progress to load external object, like a .glb file from an external website and not your own computer, it will calculate all the values correctly.
I also got the evt.total being zero, then referred to the documentation at doc.babylonjs.com/divingDeeper/scene/customLoadingScreen to solve it. Looks like the model I wanted to use did not have its lengthComputable.
whoever had evt.total value 0 problem, please note that if you try to set loading screen progress to load external object, like a .glb file from an external website and not your own computer, it will calculate all the values correctly.
I also got the evt.total being zero, then referred to the documentation at doc.babylonjs.com/divingDeeper/scene/customLoadingScreen to solve it. Looks like the model I wanted to use did not have its lengthComputable.
Does anyone have the problem that when the loading is finished, the scene doesn't appear and have to resize the browser for it to "magically" appear?