index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dynamics
/
solver
/
contact_constraint
Age
Commit message (
Expand
)
Author
2024-06-09
chore: add more comments
Sébastien Crozet
2024-05-25
feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...
Sébastien Crozet
2024-05-25
feat: remove the "fast constraint" special case
Sébastien Crozet
2024-05-25
feat: make the constraints regularization coefficients configurable with angu...
Sébastien Crozet
2024-04-30
chore: clippy fixes
Sébastien Crozet
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-04-30
feat: add warmstarting to contact constraints resolution
Sébastien Crozet
2024-04-30
feat: add exact mlcp solver for pais of 2 constraints
Sébastien Crozet
2024-03-23
Fix reported contact impulse in the contact force event
Sébastien Crozet
2024-03-23
fix: implement linear-coupled-motor constraint between two dynamic bodies
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet