Collision question: detecting intersection of collision shapes?
by lineage · in Torque Game Engine · 08/23/2005 (6:50 pm) · 1 replies
I am trying to figure out, given 2 shapebase objects, whether they are in a state of collision....I need to known if their shapes are overlapping with each other and hence need a function which can just give me a true/false return telling me if the objects are overlapping. If not this, I could do with something that points me to the collision meshes of the objects and a way to test if they are colliding....
Associate Matt Fairfax
PopCap
There is an onCollision script callback that might help you.