Skip to content

Releases: pmndrs/react-three-rapier

@react-three/[email protected]

09 Jun 06:54
d4d4886
Compare
Choose a tag to compare

Minor Changes

  • 7e36172: Add collision and sleep/awake events

@react-three/[email protected]

29 May 13:11
a20a343
Compare
Choose a tag to compare

Minor Changes

  • 584ce08: Expose joint api, however no joint is returned when created (rapier bug?)

Patch Changes

  • 584ce08: All parts now uses a more rigid initiation process
  • 584ce08: Apply bounding box offset for auto colliders
  • 584ce08: Use single update loop instead of individual rigid body callbacks

@react-three/[email protected]

19 May 10:41
a4b9f3f
Compare
Choose a tag to compare

Patch Changes

  • 4f7440c: fix: make global colliders setting progate to children

@react-three/[email protected]

19 May 10:28
03cc54b
Compare
Choose a tag to compare

Patch Changes

  • 260e6d1: Fix Physics "colliders" value not being applied in children by default