I am quite new in WEB frameworks.
I have been playing with CESIUM, XEOGL, AFRAME, TREEJS and BABYLON.
My problem is quite simple.
I need to load a very complex scene composed by 10 million of gltf models.
I have headrd that this is possible using 3d TILES implementation of CESIUM, but to be frank with you, I have not been able to make it work.
With the previously mentioned WEBGL Frameworks the limit of models I have been able to visulize was about 5000 models.
I have tried to use octrees and mesh simplify options(in babylonjs) but without success. The problem is that when I start the load of the gltf models, the memory consumed by the brower increased and increased until my PC was full (I have 32GB of RAM)
The idea I had was to load all models in invisible mode and make only visible those models which are in the scope of the camera.
The point is that in CATIA I am able to load the same amount of information with CGR simplified format.
I heard that GLTF was very fast, but by now I am not really impressed.
May be my problems is that I am missing something.
The goal is to be able to load a very complex industrial assemby but though the web.
I will be waiting for your answers.
After converting all files to 3dm with 3d-tiles-tools I find in the problem of the creation of "tileset.json" and that the gltf correspond to individual buildings not to groups of buildings
I have based myself on the New York demo for it.
I think Cesium will be the first option to represent geographic information and I would like to create open source tools so that more people can do it.
Sorry of my bad english