Sébastien Crozet
0b7c3b34ec
feat: migrate to glam whenever relevant + migrate testbed to kiss3d instead of bevy + release v0.32.0 ( #909 )
...
* feat: migrate to glam whenever relevant + migrate testbed to kiss3d instead of bevy
* chore: update changelog
* Fix warnings and tests
* Release v0.32.0
2026-01-09 17:26:36 +01:00
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
4025f62314
Rename allowed_translation/rotation to enabled_translation/rotation
2022-07-08 17:16:44 +02:00
Sébastien Crozet
efaf16aaea
Rename restrict_translation/rotation to set_allowed_translation/rotation
2022-07-08 11:48:31 +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
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
8f330b2a00
Rotation locking: apply filter only to the world inertia properties to fix the multi-collider case.
2021-01-21 14:58:40 +01:00
Crozet Sébastien
a072d4056a
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for clarity.
2020-12-01 15:07:04 +01:00