indigo icon indicating copy to clipboard operation
indigo copied to clipboard

Consider switching to Separating Axis Theorem for collision checks

Open davesmith00000 opened this issue 7 months ago • 0 comments

Narrow phase bounds checks are currently done using different methods for the two shapes, and special cased when the two collide (which won't scale).

Since all our shapes are axis aligned, generalising to use SAT collision checks should be pretty straightforward, and I think it will give us the restitution values for free, regarding the other open ticket around box corner collisions.

davesmith00000 avatar Jul 24 '24 11:07 davesmith00000