Search found 1 match

by cairno
Mon Dec 14, 2020 8:45 pm
Forum: Research and development discussion about Collision Detection and Physics Simulation
Topic: How can I speed up my SAT test?
Replies: 1
Views: 31066

How can I speed up my SAT test?

Howdy folks, I have an implementation of the SAT algorithm as described by Dirk's GDC talk and I'm trying to improve the performance. I'm only doing discrete collision detection. This is how my collision detection currently works: 1. Perform broadphase 2. Transform all potentially colliding convex p...