increase scale of the cesium map

Hi,

I have imported my cesium map into unreal. Although map is 1:1 I need to make it larger so It aligns with my building that I am going to place on it which are those columns.

Could you help me with this please?

Hi @lindasalihu,

Cesium doesn’t have a “map scale” in the traditional GIS sense. However, you can apply a uniform 3D scaling to the world by setting the Scale property on the CesiumGeoreference. If you want to scale just one tileset, rather than the entire world, you can modify the Cesium3DTileset Actor’s Scale property instead.

In either case, this scale will radiate outward from the origin of the tileset, which usually coincides with the origin of the Unreal world and is defined by the origin properties on the CesiumGeoreference.

I’m not sure if that’s close to what you’re looking for, so please let me know.

Kevin

Hi @Kevin_Ring

Thanks for your reply.
’ However, you can apply a uniform 3D scaling to the world by setting the Scale property on the CesiumGeoreference.’ This is what I needed. Thank you very much!

I am trying to plot my builiding with animations onto my cesium map in unreal and I am wondering if you can help with that or if you know anyone that can help regarding that.

Linda

Glad to hear that worked for you!

I’m not quite sure what you mean. Can you elaborate?