CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
954 stars 297 forks source link

2.5D coordinates and columbus view #1006

Closed ligaofeng0901 closed 1 year ago

ligaofeng0901 commented 1 year ago

Does cesium-unreal support 2.5D coordinates and columbus view? Or only support ECEF and 3D? In Unreal Engine, the coordinate is a planar z-up system, I have some 3DTiles data, which the coordinate is Web Mercator or UTM, So is there a way use these data in cesium-unreal?

kring commented 1 year ago

Cesium for Unreal does not support 2.5D coordinates and Columbus View. So there's no way to display Cesium World Terrain, for example, extruded from a plane. However, if all of the 3D Tiles data you're displaying is already planar, you can simply create a CesiumGeoreference set to "True Origin" mode, and select that georeference from the tileset(s).

If you have followup questions, please post to the Community Forum, where you're likely to get a better answer to general questions. We use GitHub exclusively for bug reports and feature requests.