collision missing for object that is not moving...

Post Reply
khoowaikeong
Posts: 43
Joined: Fri Jun 15, 2012 7:11 am

collision missing for object that is not moving...

Post by khoowaikeong »

i am using dispatcher->getManifoldByIndexInternal() to get a list of collision that is taking place.
when the collision is first create, it manage to trigger the callback.
however after that first tick, it is just gone from the list...

how do i make a stationary update from every frame?
Post Reply