I want to load only image data, not elevation data, so that the ground has no ups and downs, can it be achieved?
There is currently no built-in way to do this. Here’s the issue describing it:
The workaround right now is to upload a GeoTIFF full of all zeros to Cesium ion as terrain. That will give you a smooth globe.
Thank you for your answer. Can the data in this format be processed into 3dtile data? If it is placed in the LAN environment, will it occupy a lot of hard disk capacity
What data, in what format? I’m not sure what you’re trying to ask.
upload a GeoTIFF full of all zeros to Cesium ion as terrain.You talked about it earlier.It can only be uploaded to Cesium ion?How to use offline in LAN
You can download processed tilesets from Cesium ion. You don’t need a high-resolution GeoTIFF for this, so the terrain should be reasonably small as well. This is the only solution available at the moment. The only other alternative is to modify the plugin: add an ellipsoid terrain model, as described in the issue linked above. If you do that, we would welcome a pull request.
Thank you for your answer