Skip to content

Commit d1fb718

Browse files
committed
0.6.0 release
1 parent e684648 commit d1fb718

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
### v0.6.0 - 2023-05-04
4+
5+
- Added option to show credits on screen.
6+
- Fixed issue where tileset traversal was happening on hidden tilesets.
7+
- Fixed issue where tile render resources were not being released back into the Fabric mesh pool in certain cases.
8+
- Fixed regression where the texture wrap mode was no longer clamping to edge.
9+
310
### v0.5.0 - 2023-05-01
411

512
- Added material pool for better performance and to reduce texture/material loading artifacts.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010
project(
1111
CesiumOmniverse
12-
VERSION 0.5.0
12+
VERSION 0.6.0
1313
DESCRIPTION "Cesium for Omniverse"
1414
LANGUAGES CXX C)
1515

exts/cesium.omniverse/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.5.0"
2+
version = "0.6.0"
33
category = "simulation"
44
feature = false
55
app = false

0 commit comments

Comments
 (0)