File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33#### Modified
44
5- - Update to Rapier 0.22.0-beta.1 which includes a fully reworked narrow -phase tha supports scene queries.
5+ - Update to Rapier 0.22.0-beta.1 which includes a fully reworked broad -phase tha supports scene queries.
66 This implies a performance gain on large scenes by avoiding the need to re-build the underlying acceleration
77 structure at each frame.
88- Un-deprecate methods for reading shape properties (for example ` collider.radius() ` ). It turned out that these
99 methods are more convenient as they are guaranteed to always be in sync with rapier’s state on wasm.
10- - Add ` collider.translationWrtParent() ` and ` collider.rotationWrtParent() ` to get the collider’s transaltion /rotation
10+ - Add ` collider.translationWrtParent() ` and ` collider.rotationWrtParent() ` to get the collider’s translation /rotation
1111 relative to its parent rigid-body.
1212
1313#### Fix
You can’t perform that action at this time.
0 commit comments