CesiumGS/cesium-unity-samples

Confusing about using offline Tileset source

ruoruoniao opened this issue · 1 comments

I want to use an offline Tileset, which on LAN, but it doesn't work.
such as:
image
image
image

So how can I use that? Thanks.

kring commented

You can't use a TMS server as a Cesium3DTileset, because TMS is just a bunch of images, not a 3D model. Instead, point the Cesium3DTileset at terrain data (such as Cesium World Terrain), and then add a TileMapService raster overlay component and put your TMS URL in there.

Please post further questions to the community forum, as we use GitHub issues exclusively for bug reports and feature requests.