Is there any way to lazy load the 3D models ? When I say “lazy load”, I mean: Having the ability to load some portions of the tree without having to wait for the whole file to be downloaded ? Or is it impossible ?
I saw there’s the Incremental Loading but I don’t think it answers the question (or have I misunderstood the feature ?)
Aside from that, assuming the frontend is running babylon.js, are there any advantages of using .babylon files instead of .gltf/.glb files ? I saw in this post that .gltf is better than .glb since everything is sliced across several files, therefore, parallel downloading is better but is there any comparison between .gltf and .babylon ? (Assuming content is uploaded by users. Do we have to work on exporting 3D into .babylon in case it’s useful or should we stay with .gltf/.glb ?)