Computer Science Canada

Collistion Detection

Author:  Dransic [ Fri Mar 19, 2004 6:30 pm ]
Post subject:  Collistion Detection

can someone explain to me the basics of collition detection. Thanx in advance.

Author:  da_foz [ Fri Mar 19, 2004 10:08 pm ]
Post subject: 

Google is your friend

http://www.gamedev.net/community/forums/topic.asp?topic_id=186866

It is from another forum and talks about the same topic. And by the way, its collision.

It basicly depends on how you are storing your information and what builtin feature / functions you can find. You want to check if two items are occuping / going to be occuping the same space.

If its simple (ie and array) you check if the spot is null or zero or whatever. If you want to do graphics then it gets more complicated.

Author:  Dransic [ Sat Mar 20, 2004 2:24 pm ]
Post subject: 

actually ive been there many a time, i just thought you ppl might help. thanx for trying tho.

Author:  da_foz [ Sun Mar 21, 2004 11:26 am ]
Post subject: 

Can you give a little more information about what you are trying to do?


: