how to Collision Detection in C++?!

GoDarkCherries

Newcomer
Joined
May 31, 2004
Messages
16
Hey everybody, i would like to know how to make collision detection between objects (e.g. cubes, spheres, Cone). I am using C++ so i really need C++ notation please OR useful concepts would also be great.

Thanks to all.
 
What if i am not loading the object from a mesh file?
I mean if i am trying to collision detect between two simple objects.
(e.g. two cubes).
 
Back
Top