dimforge / rapier

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

Adds methods to retrieve forces added by the user. #429

Closed fabriceci closed 1 year ago

fabriceci commented 1 year ago

My first rust commit, a very small addition to get the strengths/torques added by the user.

fabriceci commented 1 year ago

@sebcrozet The error comes from the file I did not modify, I get the same thing by running `cargo fmt --check".

There is a formatting problem in:

sebcrozet commented 1 year ago

Thanks!