File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
apps/exts/cesium.performance.app/cesium/performance/app
cesium.usd.plugins/config Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ### v0.25.0 - 2024 -04-01
3+ ### v0.25.0 - 2025 -04-01
44
55* ** Breaking change:** Cesium for Omniverse now requires Kit 106.5 or above (Isaac Sim 4.5.0 or above).
66
Original file line number Diff line number Diff line change 99# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010project (
1111 CesiumOmniverse
12- VERSION 0.24 .0
12+ VERSION 0.25 .0
1313 DESCRIPTION "Cesium for Omniverse"
1414 LANGUAGES CXX C)
1515
Original file line number Diff line number Diff line change 2323 Tokens as CesiumTokens ,
2424)
2525
26- ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZWI3NjA5Yy01Mjc1LTQzMmMtYTg5NS00NDU0NzI1ZWUzYTkiLCJpZCI6MjU5LCJpYXQiOjE3MzA0NjY1NDJ9.LAGLqUcOI1wUKYvpEYfgd0PfAbAB0pN9KsZjiMlyCks " # noqa: E501
26+ ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzODRkMTc5NS01YWIwLTQ1YWQtYWQwOC1iYTFmMzEzMmM5NWUiLCJpZCI6MjU5LCJpYXQiOjE3NDYwODA1NDZ9.OH8JJu8TjkCd6A8iyS7GXvJHwW1pnZMlhJbJ1BZCXfM " # noqa: E501
2727GOOGLE_3D_TILES_ION_ID = 2275207
2828
2929CESIUM_DATA_PRIM_PATH = "/Cesium"
Original file line number Diff line number Diff line change 11[package ]
2- version = " 0.24 .0"
2+ version = " 0.25 .0"
33category = " simulation"
44feature = false
55app = false
@@ -33,7 +33,7 @@ python = false
3333
3434# Which extensions this extension depends on
3535[dependencies ]
36- "cesium.usd.plugins" = { version = " 0.6 .0" }
36+ "cesium.usd.plugins" = { version = " 0.7 .0" }
3737"usdrt.scenegraph" = {}
3838"omni.ui" = {}
3939"omni.usd" = {}
Original file line number Diff line number Diff line change 44order = -100
55
66[package ]
7- version = " 0.6 .0"
7+ version = " 0.7 .0"
88category = " simulation"
99feature = false
1010app = false
You can’t perform that action at this time.
0 commit comments