dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
529 stars 93 forks source link

Fix voxel dim calc #163

Closed robtfm closed 9 months ago

robtfm commented 10 months ago

square flat shapes cause the voxel dimensions to be miscalculated and allocate vastly more voxels than intended. see v-hacd latest

sebcrozet commented 9 months ago

Thanks! CI failure is not caused by this PR.