Closed oisyn closed 9 months ago
I believe this got superseded by https://github.com/gwihlidal/meshopt-rs/pull/29
However you're using bitflags instead of a plain u32 like that other PR. I like the bitflags as the API is more explicit. I'll incorporate that before releasing
It seems the bindings were a bit out of date,
meshopt_simplify()
now has anoptions
parameter. I've updated the bindings and added the parameter to the Rust interface.