-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated tools and samples (GLTF loader updates)
- Loading branch information
1 parent
c48dbb2
commit 9528e8d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule DiligentSamples
updated
2 files
+5 −2 | Samples/GLTFViewer/src/GLTFViewer.cpp | |
+2 −0 | Samples/GLTFViewer/src/GLTFViewer.hpp |
Submodule DiligentTools
updated
3 files
+37 −13 | AssetLoader/interface/GLTFBuilder.hpp | |
+58 −0 | AssetLoader/interface/GLTFLoader.hpp | |
+56 −60 | AssetLoader/src/GLTFLoader.cpp |