Hi, im trying to create the 3d tileset with time series.
i have read some examples in Cesium that it can load time series with czml script. So, i have an idea to create the changing 3D tiles model over time with czml script. But, i found that the czml just can load gltf file with this kind of code
"model": {
"gltf" : "../../../../Apps/SampleData/models/CesiumAir/Cesium_Air.glb",
"scale" : 2.0,
"minimumPixelSize": 128
}
So, is that possible Cesium can load the 3D tileset with time series ?