Hi everyone,
I am using 3d tileset to show 3d view on map in cesiumjs (not using cesium ion). Our team is creating 3d tileset using FME, but for 100 buildings(including textures) 3d tileset is huge(942mb). We have to create 3d tileset for more than 6000 building. Since tileset is getting huge and application performance is getting worst. We are thinking to divide 6000 building into 40-50 buildings tilesets and load all of them as per grid/bounding sphere demand. But I don’t know, how to calculate bounding sphere(on action zoom in/zoom out)/ create grid to load tileset as per need of bounding sphere/ grid.
Please let me know if anyone has done it before, it will be a great help to me, i am stuck on it from one week.
Thank you