Releases: pmndrs/react-three-rapier
Releases · pmndrs/react-three-rapier
@react-three/rapier@1.5.0
Minor Changes
- 55fa8fe: Update @dimforge/rapier3d-compat to 0.14.0 (@wiledal)
- See https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
- Changed World prop
erp
tocontactNaturalFrequency
- This is undocumented in the Rapier.js documentation, but was introduced Rapier 0.20.0 dimforge/rapier#651
- The change mentions
contactDampingRatio
but this is not exposed in the Rapier.js API as of yet
@react-three/rapier@1.4.0
Minor Changes
-
a155277: feat: bump @dimforge/rapier3d-compat from 0.12.0 to 0.13.1
- Added World prop
lengthUnit
- Renamed World props
allowedLinearError
andpredictionDistance
tonormalizedAllowedLinearError
andnormalizedPredictionDistance
, matching upstream changes - Added
softCcdPrediction
RigidBody prop - Added
contactSkin
collider prop
- Added World prop
Patch Changes
- 1dc78d0: feat: add
activeCollisionTypes
prop to RigidBody and Collider components
@react-three/rapier@1.3.1
Patch Changes
- bad7da7: fix: move away from use-asset
@react-three/rapier-addons@4.0.1
Patch Changes
- Updated dependencies [bad7da7]
- @react-three/rapier@1.3.1
@react-three/rapier@1.3.0
Minor Changes
-
1517acb: feat: update @dimforge/rapier3d-compat to 0.12.0 (@0xtito, @isaac-mason)
- 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 toRigidBodyOptions
. - Add
useSpringJoint
- Add
useRopeJoint
- Change Physics component props to match the new rapier version's integration parameter changes.
@react-three/rapier-addons@4.0.0
Patch Changes
- Updated dependencies [1517acb]
- @react-three/rapier@1.3.0
@react-three/rapier@1.3.0-canary.0
Minor Changes
-
1517acb: feat: update @dimforge/rapier3d-compat to 0.12.0 (@0xtito, @isaac-mason)
- 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 toRigidBodyOptions
. - Add
useSpringJoint
- Add
useRopeJoint
- Change Physics component props to match the new rapier version's integration parameter changes.
@react-three/rapier-addons@4.0.0-canary.0
Patch Changes
- Updated dependencies [1517acb]
- @react-three/rapier@1.3.0-canary.0
@react-three/rapier@1.2.1
Patch Changes
- a5a08a0: Update docs for setWorld to include example
@react-three/rapier@1.2.0
Minor Changes
- a71ede9: Adds basic snapshot capabilities by adding
setWorld