Skip to content

Commit

Permalink
0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Oct 1, 2024
1 parent c8daba3 commit 6642d50
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
project(
CesiumOmniverse
VERSION 0.22.0
VERSION 0.23.0
DESCRIPTION "Cesium for Omniverse"
LANGUAGES CXX C)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Tokens as CesiumTokens,
)

ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyNmQ3MzE5ZS0xOGIyLTQ2MWItYmYyOS1kZTQ4MzkyZGMxY2UiLCJpZCI6MjU5LCJpYXQiOjE3MjU0MTg4Mzh9.xCtqHsRWqUGoP94A5RYw53hniS9hflA5qy9whWWq1RU" # noqa: E501
ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiNTNkYTkwNC0wNTY2LTQyZmEtYWI0Yi0zYWFiMjRiZTU2ZDUiLCJpZCI6MjU5LCJpYXQiOjE3Mjc3OTEyMTR9.So0Ir4rAmd5TPC5tEeLH1SthFiCkRpEvP_wzGFP2QCQ" # noqa: E501
GOOGLE_3D_TILES_ION_ID = 2275207

CESIUM_DATA_PRIM_PATH = "/Cesium"
Expand Down
4 changes: 3 additions & 1 deletion docker/AlmaLinux8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ RUN dnf install -y -q \
libffi-devel \
zlib-devel \
sqlite-devel \
xz-devel
xz-devel \
zip \
unzip

# Enables gcc 13 for use within the docker image.
RUN echo "source /opt/rh/gcc-toolset-13/enable" >> /etc/bashrc
Expand Down
2 changes: 1 addition & 1 deletion docker/CI.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cesiumgs/omniverse-almalinux8-build:2024-09-30
FROM cesiumgs/omniverse-almalinux8-build:2024-10-01

WORKDIR /var/app

Expand Down
2 changes: 2 additions & 0 deletions docker/CentOS7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN yum install -y -q \
zlib-devel \
sqlite-devel \
xz-devel \
zip \
unzip

# Create links to some of the custom packages
RUN update-alternatives --install /usr/bin/gcc gcc /opt/rh/devtoolset-13/root/usr/bin/gcc 100 && \
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
Submodule cesium-native updated 33 files
+4 −4 .github/workflows/build.yml
+27 −0 CHANGES.md
+44 −0 Cesium3DTilesSelection/include/Cesium3DTilesSelection/SampleHeightResult.h
+18 −4 Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tile.h
+28 −0 Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tileset.h
+27 −0 Cesium3DTilesSelection/src/EmptyRasterOverlayTileProvider.cpp
+20 −0 Cesium3DTilesSelection/src/EmptyRasterOverlayTileProvider.h
+23 −7 Cesium3DTilesSelection/src/RasterMappedTo3DTile.cpp
+22 −11 Cesium3DTilesSelection/src/RasterOverlayCollection.cpp
+8 −8 Cesium3DTilesSelection/src/Tile.cpp
+105 −18 Cesium3DTilesSelection/src/Tileset.cpp
+91 −78 Cesium3DTilesSelection/src/TilesetContentManager.cpp
+21 −0 Cesium3DTilesSelection/src/TilesetContentManager.h
+354 −0 Cesium3DTilesSelection/src/TilesetHeightQuery.cpp
+173 −0 Cesium3DTilesSelection/src/TilesetHeightQuery.h
+1 −1 Cesium3DTilesSelection/test/MockTilesetContentManager.cpp
+0 −1 Cesium3DTilesSelection/test/TestTilesetContentManager.cpp
+233 −0 Cesium3DTilesSelection/test/TestTilesetHeightQueries.cpp
+52 −21 CesiumAsync/include/CesiumAsync/AsyncSystem.h
+2 −2 CesiumAsync/include/CesiumAsync/Impl/CatchFunction.h
+74 −0 CesiumAsync/test/TestAsyncSystem.cpp
+2 −2 CesiumGeometry/include/CesiumGeometry/AxisAlignedBox.h
+25 −17 CesiumGeometry/src/IntersectionTests.cpp
+112 −20 CesiumGeometry/test/TestIntersectionTests.cpp
+19 −0 CesiumGltfContent/src/GltfUtilities.cpp
+3 −2 CesiumNativeTests/src/FileAccessor.cpp
+5 −11 CesiumRasterOverlays/include/CesiumRasterOverlays/RasterOverlayTileProvider.h
+19 −7 CesiumRasterOverlays/src/QuadtreeRasterOverlayTileProvider.cpp
+29 −24 CesiumRasterOverlays/src/RasterOverlayTileProvider.cpp
+3 −2 CesiumRasterOverlays/src/TileMapServiceRasterOverlay.cpp
+1 −1 CesiumRasterOverlays/test/TestQuadtreeRasterOverlayTileProvider.cpp
+14 −27 cmake/ezvcpkg/ezvcpkg.cmake
+1 −1 package.json
2 changes: 1 addition & 1 deletion exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.22.0"
version = "0.23.0"
category = "simulation"
feature = false
app = false
Expand Down

0 comments on commit 6642d50

Please sign in to comment.