SimplePushResponse
const SimplePushResponse : CollisionResponseModel = { name: 'simple-push', config: { positionCorrection: 1.0, }, resolve( bodyA, bodyB, normal, penetration ) { const hal...Simple push collision response - position correction only.
Bodies are pushed apart equally by half the penetration depth. No velocity changes, no momentum transfer.