Is it possible to download 3D tiles that I did not upload? My idea is this: Send coordinates (boundbox) in a REST API call and in return Cesium sends me 3D Tiles (preferably glTF) for those coordinates.
For example, I send 4 sets of coordinates and cesium returns me glTF for the area that befalls within this set of coordinates? And all this happens via a REST API call?
edit: I suppose I am looking at clipping. Even though the internet says I can use Cesium World Terrain, does it include the whole earth? Can I send it 4 coordinates (east, west, north, south) of a place within Badlands National Park and I’ll get offline data (glTF) for it via a REST API call?