Closed BeastLe9enD closed 9 months ago
I agree, it's good to follow the same API! And the fix is quite simple usually: just add None at the end if you don't care.
This PR currently has conflict so I'll do the commit myself with the same idea so I can publish everything today
The
meshopt_simplify
function has an optionalresult_error
out param thatmeshopt-rs
ignores. I added them as anOption<&mut f32>
, I know this is a breaking change, but we should follow the original API as much as we can in my opinion.