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
/
ccd
Age
Commit message (
Collapse
)
Author
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two ↵
Crozet Sébastien
non-static rigid-body.
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-03
Make the CCDSolver clonable and serializable.
Crozet Sébastien
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Some small performance improvements.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various ↵
Crozet Sébastien
thresholds.
2021-03-29
Add missing files.
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
2021-03-28
Attenuate the warmstart impulse for CCD contacts.
Crozet Sébastien
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien