pmndrs / react-three-rapier

🤺 Rapier physics in React
https://react-three-rapier.pmnd.rs
MIT License
1.03k stars 57 forks source link

Enable/disable joints #611

Open acmoles opened 7 months ago

acmoles commented 7 months ago

I would love to be able to enable and disable joints depending on some application logic, rather than having to create and destroy them.

It looks like support for this has been added to Rapier itself: Rapier Changelog 15th Jan 2023

Or a means of easily creating custom joints that can expose parts of the Rapier API.