-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed UI script encoding (for some reason it used UTF8-BOM, not reada…
…ble by Maya). Deleted PBR spheres script (must be updated to use the glTF PBR shader)
- Loading branch information
Showing
3 changed files
with
2 additions
and
28 deletions.
There are no files selected for viewing
Submodule COLLADA2GLTF
updated
13 files
+0 −24 | CHANGES.md | |
+5 −5 | GLTF/include/GLTFMaterial.h | |
+0 −1 | GLTF/include/GLTFOptions.h | |
+3 −3 | GLTF/src/GLTFAsset.cpp | |
+2 −3 | GLTF/src/GLTFImage.cpp | |
+14 −20 | GLTF/src/GLTFMaterial.cpp | |
+0 −1 | README.md | |
+1 −1 | dependencies/OpenCOLLADA/OpenCOLLADA | |
+3 −4 | include/COLLADA2GLTFExtrasHandler.h | |
+2 −2 | include/COLLADA2GLTFWriter.h | |
+1 −17 | src/COLLADA2GLTFExtrasHandler.cpp | |
+29 −45 | src/COLLADA2GLTFWriter.cpp | |
+0 −4 | src/main.cpp |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters