Releases: gwihlidal/meshopt-rs
Releases · gwihlidal/meshopt-rs
0.1.9
- Updated dependencies.
- Added
dyn
toFail::cause()
to fix warning. - Added missing
allocator.cpp
to source_files inbuild.rs
and inCargo.toml
package include list. - Made the crate buildable on WebAssembly.
- Fixed build under toolchain 'windows-gnu'.
- Updated vendoring of meshoptimizer to commit hash
7cf4a53ece15fa7526410a6d4cae059bd5593178
.
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
- Upgraded meshoptimizer library to 0.10.0.
- Upgraded crate dependencies.
- Added proper error handling and removed asserts/unwraps.
- Derived and implemented debug in generated bindings (where possible).
- Implemented mesh encoder command line tool (matches format for meshoptimizer's wasm viewer/loader).
- Implemented support for multiple vertex attribute streams.
- Implemented generate_shadow_indices_multi
- Implemented generate_vertex_remap_multi
- Passed in vertex count to remap_vertex_buffer (needed for correctly resizing result).
- Added more documentation (and some fixes)