Collision Detection

zx679

12-06-2010 07:40:47

Hi,
I've successfully created a small dynamics app but I'm having trouble figuring out how to discover (programmatically) what objects collide with some object of interest. That is, I'd like to be able to determine which object some particular object strikes or is struck by. Can anyone point me in the right direction? Thanks

Fish

12-06-2010 19:14:56

There is some very good information on the Bullet Wiki. Give that a try.

- Fish

zx679

13-06-2010 18:27:39

Thanks, I´ll look it over.