Page 1 of 1

EventHandlerCollisionOnStay

Posted: Wed Jun 17, 2009 12:56 pm
by imtrobin
Hi

I like to request for a eventHandler that is continously fired when the coliision are happening. This is like PhysX OnStay.

Re: EventHandlerCollisionOnStay

Posted: Thu Jul 16, 2009 10:11 pm
by Norbo
Quick update; this is implemented in v0.10.0 as EventHandlerCollisionPairUpdating, EventHandlerCollisionPairColliding, and their "immediate" versions. The updating event occurs every single time that a collision pair associated with the entity with the event hook has its contact manifold updated. The colliding event occurs at the same time, but only if there is a collision.