CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
358 stars 83 forks source link

Add 'True Origin' placement mode #493

Closed j9liu closed 2 months ago

j9liu commented 2 months ago

Closes #426.

This replicates the "True Origin" placement mode we have in Cesium for Unreal. This will be helpful for users with non-georeferenced tilesets.

I rearranged the CesiumGeoreference's Inspector UI so the order was more intuitive. Here's what it looks like on both modes:

Cartographic Origin True Origin
image image
j9liu commented 2 months ago

Some UI tweaks:

Result:

kring commented 2 months ago

Looks great, thanks @j9liu!