| Age | Commit message (Collapse) | Author |
|
|
|
Fix crash caused by a collider being remove before the first timestep.
|
|
|
|
|
|
|
|
|
|
|
|
Fix determinism problem in the broad-phase after snapshot restoration.
|
|
|
|
Release v0.7.0
|
|
|
|
Add getters indicating if the translation or rotation dofs of a rigid-body are locked.
|
|
are locked.
|
|
Add ARCHITECTURE, CODE_OF_CONDUCT, CONTRIBUTING files + flesh out the README
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|