Original Post
Hi, my narrow-phase-algorithm for collision detection, uses the Seperating Axis Theorem (SAT) to find the minimum penetration direction & depth.
If I know which of the axis is the one with minimum overlap, how do I know what kind of collision this is? (point-face, edge-edge, edge-face, face-point, face-edge, face-face). For each the possibilities, How do I calculate the contact point(s) of a collision?
Also, is SAT usually done by converting one object to the others local space, or by converting both to world space?
Thanks in advance!
If I know which of the axis is the one with minimum overlap, how do I know what kind of collision this is? (point-face, edge-edge, edge-face, face-point, face-edge, face-face). For each the possibilities, How do I calculate the contact point(s) of a collision?
Also, is SAT usually done by converting one object to the others local space, or by converting both to world space?
Thanks in advance!