Skip to content

Commit

Permalink
Bump version, update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Mar 1, 2022
1 parent 236e291 commit 6dfbace
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Change Log

### ? - ?
### v1.11.0 - 2022-03-01

##### Breaking Changes :mega:

- Exclusion Zones have been deprecated and will be removed in a future release. Please use Cartographic Polygon actor instead.
- Exclusion Zones have been deprecated and will be removed in a future release. Please use the Cartographic Polygon Actor instead.

##### Additions :tada:

- Added experimental support for Unreal Engine 5 (preview 1).
- Added collision meshes for tilesets when using the Chaos physics engine.
- Integrated GPU pixel compression formats received from Cesium Native into Unreal's texture system.
- Added support for `CESIUM_RTC` glTF extension.
- Added ability to set Georeference origin from ECEF coordinates in Blueprints and C++.
- Exposed ion endpoint URL as a parameter.
- Added support for the `CESIUM_RTC` glTF extension.
- Added the ability to set tne Georeference origin from ECEF coordinates in Blueprints and C++.
- Exposed the Cesium ion endpoint URL as a property on tilesets and raster overlays.

##### Fixes :wrench:

- Fixed bug where certain pitch values in "Innaccurate Fly to Location Longitude Latitude Height" cause gimbal lock.
- Fixed a bug that causes a graphical glitch by using 16-bit indices when 32-bit is needed.
- Fixed a bug where metadata from the feature table was not decoded from UTF-8.
- Fixed a bug that caused a graphical glitch by using 16-bit indices when 32-bit indices are needed.
- Fixed a bug where tileset metadata from a feature table was not decoded correctly from UTF-8.
- Improved the shadows, making shadows fade in and out less noticable.

##### Fixes :wrench:
Expand Down
4 changes: 2 additions & 2 deletions CesiumForUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 21,
"VersionName": "1.10.1",
"Version": 22,
"VersionName": "1.11.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",
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 2 files
+15 −13 CHANGES.md
+1 −1 package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-unreal",
"version": "1.10.1",
"version": "1.11.0",
"description": "Cesium for Unreal",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 6dfbace

Please sign in to comment.