dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

derived Debug for ColliderBuilder #589

Closed whatf0xx closed 1 month ago

whatf0xx commented 4 months ago

My proposed fix for #577

I posted a corresponding PR to Parry to make this work with the SharedShape Debug impl.