Forráskód Böngészése

Update tinyusdz git hash (fix USD animation) (#6034)

* Update tinyusdz

* Improve reference screenshots

* Add .csm reference screenshot

* Bump version

---------

Co-authored-by: tellypresence <[email protected]>
Steve M 4 hónapja
szülő
commit
5a1cc9ec60

+ 2 - 2
code/CMakeLists.txt

@@ -1011,8 +1011,8 @@ IF (ASSIMP_BUILD_USD_IMPORTER)
     # Note: ALWAYS specify a git commit hash (or tag) instead of a branch name; using a branch
     #       name can lead to non-deterministic (unpredictable) results since the code is potentially
     #       in flux
-    # "dev" branch, 28 Oct 2024
-    set(TINYUSDZ_GIT_TAG "36f2aabb256b360365989c01a52f839a57dfe2a6")
+    # "dev" branch, 14 Mar 2025
+    set(TINYUSDZ_GIT_TAG "6050eef932f7d2788656d63297aa488fb0961ed1")
     message("****")
     message("\n\n**** Cloning tinyusdz repo, git tag ${TINYUSDZ_GIT_TAG}\n\n")
 

+ 1 - 1
test/models/COB/ref/README.md

@@ -1,4 +1,4 @@
 # COB 3D model reference images
 
 ## molecule_ascii.cob
-![molecule_ascii.cob](molecule_ascii_cob.png)
+<img alt="molecule_ascii.cob" src="screenshots/molecule_ascii_cob.png" width=180 />

+ 0 - 0
test/models/COB/ref/molecule_ascii_cob.png → test/models/COB/ref/screenshots/molecule_ascii_cob.png


+ 4 - 0
test/models/CSM/ref/README.md

@@ -0,0 +1,4 @@
+# CSM 3D model reference images
+
+## ThomasFechten.csm
+<img alt="ThomasFechten.csm" src="screenshots/ThomasFechten_csm.gif" width=180 />

BIN
test/models/CSM/ref/screenshots/ThomasFechten_csm.gif


+ 1 - 1
test/models/NFF/ref/README.md

@@ -1,4 +1,4 @@
 # NFF 3D model reference images
 
 ## cone.nff
-![cone.nff](screenshots/cone_nff.png)
+<img alt="cone.nff" src="screenshots/cone_nff.png" width=180 />