Sébastien Crozet
95bd6fcfeb
feat: switch to the new Bvh from parry for the broad-phase ( #853 )
...
* feat: switch to the new Bvh from parry for the broad-phase
* chore: cargo fmt + update testbed
* chore: remove the multi-grid SAP broad-phase
* fix soft-ccd handling in broad-phase
* Fix contact cleanup in broad-phase after collider removal
* chore: clippy fixes
* fix CCD regression
* chore: update changelog
* fix build with the parallel feature enabled
* chore: remove the now useless broad-phase proxy index from colliders
* fix tests
2025-07-11 22:36:40 +02:00
Sébastien Crozet
a9e3441ecd
Rename rigid-body static to fixed
2022-03-20 21:49:16 +01:00
Sébastien Crozet
fb20d72ee2
Joint API and joint motors improvements
2022-03-20 21:49:16 +01:00
Sébastien Crozet
a0d197e691
Update the testbed to use bevy 0.6
2022-01-09 20:41:41 +01:00
Sébastien Crozet
f74b8401ad
Implement multibody joints and the new solver
2022-01-02 16:58:36 +01:00
Crozet Sébastien
1bef66fea9
Add prelude + use vectors for setting linvel/translation in builders
2021-05-25 11:00:13 +02:00
Crozet Sébastien
1a84bf2af3
Replace Kiss3d by Bevy for the testbed renderer.
2021-05-16 17:49:20 +02:00
Crozet Sébastien
2dfbd9ae92
Add comments.
2021-04-30 11:37:58 +02:00
Crozet Sébastien
08930b1238
Fix multiple warnings.
2020-10-26 16:36:07 +01:00
Crozet Sébastien
2b628f9580
Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pfm_contact generator for it.
2020-10-26 15:58:30 +01:00
Crozet Sébastien
f7a6f433d6
Rename rounded -> round.
2020-10-20 18:14:20 +02:00
Crozet Sébastien
6495847095
Add rounded cylinder.
2020-10-20 15:57:54 +02:00
Crozet Sébastien
d513c22d33
Add cone support.
2020-10-20 14:16:01 +02:00
Crozet Sébastien
947c4813c9
Complete the pfm/pfm contact generator.
2020-10-19 16:52:08 +02:00
Sébastien Crozet
ff2da7fb27
Move benchmark demos into their own directory.
2020-09-06 12:16:22 +02:00