Skip to content

Commit

Permalink
Merge pull request #531 from CesiumGS/update-native
Browse files Browse the repository at this point in the history
Update cesium-native to latest main
  • Loading branch information
kring authored Dec 1, 2024
2 parents ad57143 + b6bb3fa commit 6a86882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##### Additions :tada:

- Added a "From Ellipsoid" option to `Cesium3DTileset` to generate a tileset by tesselating the surface of the ellipsoid, producing a simple globe tileset without terrain features.
- Added a "From Ellipsoid" option to `Cesium3DTileset` to generate a tileset by tessellating the surface of the ellipsoid, producing a simple globe tileset without terrain features.

##### Fixes :wrench:

Expand Down
1 change: 0 additions & 1 deletion native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ void CesiumBingMapsRasterOverlayImpl::AddToTileset(
overlay.bingMapsKey().ToStlString(),
mapStyle,
"",
pTileset->getEllipsoid(),
options);

pTileset->getOverlays().add(this->_pOverlay);
Expand Down

0 comments on commit 6a86882

Please sign in to comment.