-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: Update to 8c1782a7cdb735bfd0e5732cccf16488c60fa37f
This is the latest version with simplification interface extras.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vendor
updated
32 files
+1 −1 | .github/ISSUE_TEMPLATE/bug_report.md | |
+1 −1 | .github/ISSUE_TEMPLATE/feature_request.md | |
+3 −3 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/release.yml | |
+49 −0 | USERS.md | |
+102 −47 | demo/main.cpp | |
+118 −12 | demo/tests.cpp | |
+16 −3 | extern/cgltf.h | |
+67 −46 | extern/fast_obj.h | |
+3 −0 | gltf/README.md | |
+1 −1 | gltf/animation.cpp | |
+3 −1 | gltf/basisenc.cpp | |
+48 −30 | gltf/gltfpack.cpp | |
+10 −8 | gltf/gltfpack.h | |
+74 −10 | gltf/image.cpp | |
+30 −7 | gltf/material.cpp | |
+17 −75 | gltf/mesh.cpp | |
+2 −2 | gltf/node.cpp | |
+131 −11 | gltf/parsegltf.cpp | |
+13 −10 | gltf/parseobj.cpp | |
+2 −0 | gltf/stream.cpp | |
+59 −58 | gltf/write.cpp | |
+38 −0 | js/benchmark.js | |
+6 −6 | js/meshopt_decoder.js | |
+6 −6 | js/meshopt_decoder.module.js | |
+2 −2 | js/meshopt_encoder.js | |
+2 −2 | js/meshopt_encoder.module.js | |
+4 −2 | js/meshopt_simplifier.js | |
+1 −1 | js/meshopt_simplifier.module.d.ts | |
+4 −2 | js/meshopt_simplifier.module.js | |
+4 −0 | src/meshoptimizer.h | |
+110 −25 | src/simplifier.cpp |