Skip to content

Commit

Permalink
chore: update changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Feb 6, 2024
1 parent f592050 commit bc99875
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .changeset/cold-apples-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

feat: update @dimforge/rapier3d-compat to 0.12.0

- Physics component
- World integration parameters have changed in the new rapier version. As the new version of rapier has changes to it's constraint solver, there aren't direct alternatives for all old parameters.
- Add 'useSpringJoint'
- Add 'useRopeJoint'
- Change Physics component props to match the new rapier version's integration parameter changes.
- There aren't direct alternatives for all old parameters. See the Physics component docs for more information on the new parameters: https://pmndrs.github.io/react-three-rapier/interfaces/PhysicsProps.html
- Add `additionalSolverIterations` prop to `RigidBodyOptions`.
- See: https://pmndrs.github.io/react-three-rapier/interfaces/RigidBodyOptions.html#additionalSolverIterations
- Add `useSpringJoint`
- Add `useRopeJoint`

0 comments on commit bc99875

Please sign in to comment.