Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update-native
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Dec 1, 2024
2 parents 884a8bd + ad57143 commit b6bb3fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Not Released Yet
## v1.14.0 - 2024-12-02

##### Additions :tada:

Expand All @@ -10,6 +10,8 @@

- Fixed a bug in `CesiumWebMapTileServiceRasterOverlay` that caused automatic Tile Matrix Set Labels to be created incorrectly, leading to incorrect tile request URLs.

In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.41.0 to v0.42.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

## v1.13.1 - 2024-11-01

##### Fixes :wrench:
Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native
Submodule cesium-native updated 29 files
+11 −4 CHANGES.md
+1 −1 CMakeLists.txt
+1 −2 Cesium3DTilesSelection/include/Cesium3DTilesSelection/IPrepareRendererResources.h
+8 −0 Cesium3DTilesSelection/include/Cesium3DTilesSelection/TileLoadResult.h
+221 −75 Cesium3DTilesSelection/src/CesiumIonTilesetLoader.cpp
+14 −7 Cesium3DTilesSelection/src/CesiumIonTilesetLoader.h
+1 −0 Cesium3DTilesSelection/src/EllipsoidTilesetLoader.cpp
+98 −86 Cesium3DTilesSelection/src/ImplicitOctreeLoader.cpp
+41 −27 Cesium3DTilesSelection/src/ImplicitQuadtreeLoader.cpp
+42 −30 Cesium3DTilesSelection/src/LayerJsonTerrainLoader.cpp
+8 −6 Cesium3DTilesSelection/src/RasterOverlayUpsampler.cpp
+2 −2 Cesium3DTilesSelection/src/Tileset.cpp
+4 −0 Cesium3DTilesSelection/src/TilesetContentLoader.cpp
+4 −2 Cesium3DTilesSelection/src/TilesetContentManager.cpp
+107 −91 Cesium3DTilesSelection/src/TilesetJsonLoader.cpp
+1 −0 Cesium3DTilesSelection/src/TilesetSharedAssetSystem.cpp
+11 −0 Cesium3DTilesSelection/test/TestTilesetContentManager.cpp
+1 −1 Cesium3DTilesSelection/test/TestTilesetSelectionAlgorithm.cpp
+6 −3 CesiumAsync/include/CesiumAsync/SharedAssetDepot.h
+60 −34 CesiumAsync/src/CachingAssetAccessor.cpp
+22 −8 CesiumAsync/test/TestCacheAssetAccessor.cpp
+11 −0 CesiumGltf/include/CesiumGltf/AccessorView.h
+9 −0 CesiumGltf/test/TestPropertyAttributePropertyView.cpp
+29 −20 CesiumGltf/test/TestPropertyTablePropertyView.cpp
+9 −0 CesiumGltf/test/TestPropertyTexturePropertyView.cpp
+2 −2 CesiumGltfReader/include/CesiumGltfReader/GltfReader.h
+16 −30 CesiumGltfReader/src/GltfReader.cpp
+2 −2 package-lock.json
+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": "com.cesium.unity",
"version": "1.13.1",
"version": "1.14.0",
"displayName": "Cesium for Unity",
"description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.",
"license": "Apache-2.0",
Expand Down

0 comments on commit b6bb3fa

Please sign in to comment.