-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more skinning+morphing testing scenes. The complex1 scene doesn…
…'t seem to export correct animation somehow. To be debugged.
- Loading branch information
Showing
7 changed files
with
5,107 additions
and
28 deletions.
There are no files selected for viewing
Submodule COLLADA2GLTF
updated
13 files
+24 −0 | CHANGES.md | |
+5 −5 | GLTF/include/GLTFMaterial.h | |
+1 −0 | GLTF/include/GLTFOptions.h | |
+3 −3 | GLTF/src/GLTFAsset.cpp | |
+3 −2 | GLTF/src/GLTFImage.cpp | |
+20 −14 | GLTF/src/GLTFMaterial.cpp | |
+1 −0 | README.md | |
+1 −1 | dependencies/OpenCOLLADA/OpenCOLLADA | |
+4 −3 | include/COLLADA2GLTFExtrasHandler.h | |
+2 −2 | include/COLLADA2GLTFWriter.h | |
+17 −1 | src/COLLADA2GLTFExtrasHandler.cpp | |
+45 −29 | src/COLLADA2GLTFWriter.cpp | |
+4 −0 | src/main.cpp |
Oops, something went wrong.