| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
calculation
|
|
|
|
based on user-defined length units
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contact velocity
|
|
|
|
|
|
|
|
Address https://github.com/dimforge/rapier.js/issues/261
|
|
|
|
|
|
|
|
|
|
Closes #595
|
|
Fix #601
|
|
|
|
active dynamic set.
|
|
Fix #602
|
|
|
|
AnonymousAcid7787/fix-Setting-the-motor-position-of-a-Spherical-multibody-joint-is-broken
Fix #416 Update spherical joint motor position
|
|
Narrow-phase methods renames + some re-exports
|
|
|
|
|
|
Calculate world center of mass from local com in debug renderer
|
|
Renames `contacts_with` to`contact_pairs_with`; and `intersections_with` to `intersection_pairs_with`.
|
|
from parry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix check for motor constraints on angular DoF
|
|
|
|
|
|
|
|
|
|
If collider was enabled and no other attributes were changed its collisions
were not detected. This was the result of `needs_broad_phase_update` function
not handling case of changed enabled status.
Fixes dimforge/bevy_rapier#435
|