| Age | Commit message (Collapse) | Author |
|
Add the ability to pass a custom filter to all the QueryPipeline queries.
|
|
|
|
Implement Continuous Collision Detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thresholds.
|
|
|
|
|
|
|
|
|
|
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix regression in the WASM version of the velocity solver.
|
|
|
|
Per collider mass props
|
|
|
|
Projection friction impulses on an implicit cone instead of a pyramid approximation.
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
|
|
warmstart.
|
|
|
|
approximation.
|
|
|
|
Fix https://github.com/dimforge/rapier/issues/132
|
|
Derive Clone for JointSet
|