Collision checked

markhula
Posts: 34
Joined: Thu Jun 17, 2010 10:11 am

Collision checked

Post by markhula »

Hi all,

I have a problem where I need to know if an object has been 'checked' for collisions.
Basically does bullet maintain a flag to say whether an object has been checked or not?
The problem is my callback for collisions doesn't always seem to register the collision i.e. it may be a frame later ; this isn't a problem as long as I know that at some point it was checked and I can test a flag too see that.

Anyone?

Cheers