Support Circle-Polygon Multi Contact Collisions #3139
Labels
stale
This issue or PR has not had any activity recently
system:physics
Related to the physics simulation including collision
Context
Currently collisions with circles only support 1 contact, this can lead to some unexpected results when Polygon-Polygon and Polygon-Line support multi contact collisions
In the image, we would like to see contact points on the intersection with the polygon features, not the furthest hull point on the circle
Proposal
Update the
CollisionJumpTable.ts
CollideCirclePolygon
to support multiple contacts using a different algorithmThe text was updated successfully, but these errors were encountered: