CesiumGS / cesium-unreal

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

Consider supporting different values of `AspectRatioAxisConstraint` #1310

Open csciguy8 opened 11 months ago

csciguy8 commented 11 months ago

As of PR #1307 , we now explicitly set AspectRatioAxisConstraint to AspectRatio_MaintainXFOV in our Engine.ini.

As of Unreal Engine v5.3, the new default for this value is AspectRatio_MaintainYFOV.

We should consider supporting this new default, so we no longer have to set it in our plugin.

There might be good reasons for an app to change this value.