File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
exts/cesium.omniverse/config Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33### v0.1.0 - 2023-03-01
44
5- The initial preview build of Cesium for Omniverse!
5+ - The initial preview build of Cesium for Omniverse!
6+
7+ ### v0.2.0 - 2023-03-16
8+
9+ - Fixed raster overlay refinement.
10+ - Fixed a crash when removing tileset and imagery using the stage window.
11+ - Fixed issues around loading pre-existing USD files.
12+ - Now generating flat normals by default.
13+ - Added property window widgets for the Cesium USD Schema attributes.
14+ - Updated documentation.
15+ - General cleanup.
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.1 .0
12+ VERSION 0.2 .0
1313 DESCRIPTION "Cesium for Omniverse"
1414 LANGUAGES CXX C)
1515
Original file line number Diff line number Diff line change 44order = -100
55
66[package ]
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88category = " simulation"
99feature = false
1010app = false
You can’t perform that action at this time.
0 commit comments