/GJK-Convex-Collision-Algorithm

Itterating through each object combination in the scene, you build a simplex from that you try to create a volume in the direction of the origin, if the volume contains the origin there is collision. C++

Primary LanguageC

No issues in this repository yet.