CesiumGS / cesium-unreal

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

Allow Cartographic Polygon points to be specified as Longitude/Latitude/Height or ECEF instead of UE coordinates #1438

Open kring opened 1 month ago

kring commented 1 month ago

In many cases, it's convenient to define polygons using globe-oriented coordinates rather than using Unreal coordinates (which are then mapped to the globe by the CesiumGeoreference). It's currently possible to do this programmatically by using functions on the CesiumGeoreference to convert globe coordinates to Unreal coordinates, but it's a hassle, and it needs to be redone if the georeference origin changes.

CC @AlbanBERGERET-Epic