Open dearlordylord opened 2 years ago
https://cse442-17f.github.io/Gilbert-Johnson-Keerthi-Distance-Algorithm/ great visual no source code
"The GJK algorithm can also be combined with the EPA algorithm (Expanding-Polytope Algorithm) to determine penetration depth [van den Bergen 2004]"
broad phase / narrow phase
optimisations are too smart
non smart shapes would just repeat the nvidia person article
modules needed:
renderer
math model
profiler
Recommendation
Write a 2d math model with a test suite first. It's hopefully would be enough to leverage GPU and to see the difference; we can grow from there