How to begin collision Detection program

Started by
1 comment, last by h3r3tic 19 years, 7 months ago
I need to write a collision detection program for my project. I dont understand how to begin the program, what should I start coding first? Please suggest. Thanks in advance.
Advertisement
Search google for collision detection tutorials, there are many articles out there.
for example:
http://www.flipcode.com/tutorials/tut_collision.shtml

- constantin
help us help you ! :D
write something about your project, is it 2d, 3d, what nature is it, a racing game, fps game, side scroller, educational program ;] the more info the better :]
what do you want to collide against ? box vs triangles, ellipsoid vs triangles, circles/rectangles against lines ? what is it ?

This topic is closed to new replies.

Advertisement