dimforge / nphysics

2 and 3-dimensional rigid body physics engine for Rust.
https://nphysics.org
Apache License 2.0
1.63k stars 121 forks source link

Add method to build multibody from boxed joint #275

Closed neachdainn closed 4 years ago

neachdainn commented 4 years ago

Adds the ability to create a multibody builder from a boxed joint trait object.

sebcrozet commented 4 years ago

Thanks!