Collision Detection 3D - liballeg/allegro_wiki GitHub Wiki

Collision Detection in three dimensions

Now we're starting to get complicated. Some checks will be straight forward, others will require quite a bit of math. We'll start with the easy ones.

Prism Collision 3D

Sphere Collision 3D

Back to Collision Detection