diff --git a/CHANGES.md b/CHANGES.md index 027557976..e5ad54822 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,17 +1,23 @@ # Change Log -### ? - ? +### v2.7.0 - 2024-07-01 ##### Additions :tada: + - Cesium for Unreal now supports using non-WGS84 ellipsoids. - - An `UCesiumEllipsoid` asset should be specified on the `Ellipsoid` field of an `ACesiumGeoreference`. - - To create a `UCesiumEllipsoid` asset, right-click in the Content Drawer and select "Data Asset" under "Miscellaneous." Choose "Cesium Ellipsoid" from the menu that appears. + - An `CesiumEllipsoid` asset may be specified in the `Ellipsoid` field of a `CesiumGeoreference`. + - To create a `CesiumEllipsoid` asset, right-click in the Content Drawer and select "Data Asset" under "Miscellaneous." Choose "Cesium Ellipsoid" from the menu that appears. ##### Fixes :wrench: -- Removed unnecessary alpha check when selecting translucent base materials. +- Fixed two problems with `CesiumCartographicRasterOverlay`: + - Small tiles would never be excluded, even with "Exclude Selected Tiles" enabled. + - Pieces of tiles would sometimes not have the raster overlay correctly applied to them. When using with clipping, this would cause bits of tiles to randomly appear inside the clipping polygon. +- Removed an unnecessary alpha check when selecting translucent base materials. - Fixed a crash caused by `CesiumSunSky` when no viewport is activated in the Editor. -- Fixed build issues in Unreal 5.4.2 relating to `UStaticMesh` and `glm::toMat4`. +- Fixed build issues in Unreal 5.4.2 relating to `UStaticMesh` and `glm::toMat4`. + +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.36.0 to v0.37.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. ### v2.6.0 - 2024-06-03 diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 5bad3ddc9..adc25b97f 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 60, - "VersionName": "2.6.0", + "Version": 61, + "VersionName": "2.7.0", "FriendlyName": "Cesium for Unreal", "Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.", "Category": "Geospatial", diff --git a/extern/cesium-native b/extern/cesium-native index dbc8e1185..c668061da 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit dbc8e118581e3ee2eee00fc8fec001fa60e3b8b6 +Subproject commit c668061dafc1fedb22882679d99c8b944c29a8f8 diff --git a/package.json b/package.json index 148f4e8e4..9de2ac220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.6.0", + "version": "2.7.0", "description": "Cesium for Unreal", "main": "index.js", "directories": {