pmndrs / react-three-rapier

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

Update @dimforge/rapier3d-compat to 0.13.0 #667

Closed isaac-mason closed 1 month ago

isaac-mason commented 2 months ago

@dimforge/rapier3d-compat has been released - creating this issue to track updating rt/rapier and exposing new functionality.

https://github.com/dimforge/rapier.js/pull/273

Looking at the release notes, these look like the main things we'll want to expose in the existing react APIs:

intentmoose commented 2 months ago

What about ActiveCollisionTypes? so we can enable contacts between static/kinematic bodies.

isaac-mason commented 2 months ago

From a breif look doesn't look like that was added in 0.13.0, but for sure we should make sure it's exposed.

isaac-mason commented 2 months ago

Ah thanks for opening an issue 👍 (https://github.com/pmndrs/react-three-rapier/issues/674)