Skip to content

Commit e69126c

Browse files
authored
Viewer now supports multiple scenes (#308)
Scene tokens passed from Viewer now has an implementaion in the editor. Scene window has a checkbox for scene switching. --------- Signed-off-by: Petra Hapalova <phapalova@nvidia.com>
1 parent 38b3789 commit e69126c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmake/get_nanovdb_editor.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ option(NANOVDB_EDITOR_SKIP "Skip nanovdb_editor wheel build" OFF)
1515
set(NANOVDB_EDITOR_BUILD_TYPE "Release" CACHE STRING "Build type for nanovdb_editor (Release/Debug)")
1616

1717
# For fVDB main use nanovdb-editor main
18-
set(NANOVDB_EDITOR_TAG 9aa709d0c3f00875617d8bf4a66231cfee87a614)
19-
set(NANOVDB_EDITOR_VERSION 0.0.9) # version at this commit
18+
set(NANOVDB_EDITOR_TAG d7aad4912fe3636e7b92f60a0c90fd98626b5e4d)
19+
set(NANOVDB_EDITOR_VERSION 0.0.11) # version at this commit
2020

2121
# If skip is set, get the latest tagged version to prevent unnecessary rebuilds each hash update
2222
if(NANOVDB_EDITOR_SKIP)

0 commit comments

Comments
 (0)