Skip to content

Collider small fix

bchareyre requested to merge colliderSmallFix into master

Slow moving bodies can have a zero (state.pos - state.refPos) after a couple iterations even if they do move (rounding issue). It leads to bad behavior of bounds dispatching, turning verletDist to 0 when it should not and triggering collision detection too often.

Merge request reports