Commit Graph

1 Commits

Author SHA1 Message Date
Sébastien Crozet
ef5dcaccaf Fix user-change handling for colliders as well as disabled colliders (#900)
* feat: add debug-demo for disabling a collider

* feat: add a simple debug-demo with two cubes

* feat: rename RigidBodyChangnes::MODIFIED and ColliderChanges::MODIFIED to ::IN_MODIFIED_SET

* feat: render debug-colliders with a different color with the debug-renderer

* chore: wire up new examples to the testbed

* fix colliders user-modification being ignored after the first step

* fix broad-phase still taking into account disabled colliders with enabled dynamic rigid-bodies

* chore: update changelog

* fix cargo doc
2025-11-14 09:35:02 +01:00