Has anyone managed to upload a ZIP file of Cesium 3D Tiles into Cesium Ion through its API?
I can upload a CityGML through the CesiumIonConnector but want to try writing Cesium 3D Tiles and uploading the ZIP file.
Thanks
Has anyone managed to upload a ZIP file of Cesium 3D Tiles into Cesium Ion through its API?
I can upload a CityGML through the CesiumIonConnector but want to try writing Cesium 3D Tiles and uploading the ZIP file.
Thanks
Have you tried anything yet? Using a featurewriter you can write the output, then pass it straight through to an HTTPCaller to call the relevant Cesium API
Got it all working now.