-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extern: Update meshoptimizer to pick up LOD fix
We'd usually stay on versioned releases but this fix was specifically done to improve complex scenes like Bistro so pick it up to have better LODs. Also picks up CMake version fix to avoid warnings on recent versions, although other dependent projects have this issue as well.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule meshoptimizer
updated
15 files
+7 −3 | .github/workflows/build.yml | |
+37 −35 | CMakeLists.txt | |
+9 −4 | Makefile | |
+1 −1 | demo/main.cpp | |
+3 −2 | demo/simplify.html | |
+56 −0 | demo/tests.cpp | |
+1 −1 | gltf/basisenc.cpp | |
+57 −49 | gltf/gltfpack.cpp | |
+5 −4 | gltf/gltfpack.h | |
+7 −7 | gltf/image.cpp | |
+12 −0 | gltf/json.cpp | |
+2 −9 | gltf/mesh.cpp | |
+39 −133 | gltf/write.cpp | |
+22 −6 | src/simplifier.cpp | |
+3 −0 | tools/simplifyfuzz.cpp |