merging cesium tiles

1. A concise explanation of the problem you’re experiencing.

Hello, is there a way to merge several tiled chunks into one ?

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

We don’t currently have support for this, but I opened a feature request for that here:

https://github.com/AnalyticalGraphicsInc/cesium-ion-community/issues/244

What type of data is inside your 3D Tiles? There may be a few workarounds you could do in the meantime (one idea is using clipping planes to cut out pieces of the old tileset to place the new one).

Hello,

we have 48 tiles generated with agisoft photoscan but our client wants them as one unity

The main benefit of 3D Tiles is to make it possible to share/visualize/analyze datasets that are too large to work with as one chunk. If your data is small enough and you just need one model, you could export it as one model from PhotoScan (in a format such as glTF, or convert it to glTF by uploading it to Cesium ion).