dimforge / parry

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

Fix minor bug in mesh mesh intersection #258

Closed Makogan closed 2 months ago

Makogan commented 2 months ago

One of the intersection bugs happens due to a mistake when setting up isometries.

Makogan commented 2 months ago

@sebcrozet Fixed the bug with isometries not being applied correctly.