Hello, I want to improve the loading time of the 3d model. To improve the loading time I want to load the model with default white material first and then once the 3d model is loaded I want to load the textures separately. Is it possible to do so?
Additionally, I’m curious about which file format would be more advantageous for improving loading time: GLB or GLTF? The GLB file size stands at 12MB, while the GLTF is also 12MB but divided into five asset files. Intuitively, I assume GLTF might be faster due to the potential for parallel downloading of the five files, but online sources suggest GLB is faster. Could someone clarify this for me?
Your assistance is greatly appreciated. Thank you.
Size of GLTF: 100kb.
Size of 4 textures: 1mb, 600kb, 4mb, 2mb.