cesium-unreal icon indicating copy to clipboard operation
cesium-unreal copied to clipboard

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

Open kring opened this issue 1 year ago • 0 comments

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

kring avatar May 30 '24 21:05 kring