Detecting if there is a collision with the bottom of the polygon
by Lynooks · in Torque Game Builder · 07/13/2007 (2:09 pm) · 1 replies
Can someone tell me how to do this? Thanks.
by Lynooks · in Torque Game Builder · 07/13/2007 (2:09 pm) · 1 replies
Torque Owner Melissa Niiya
function someObject::onCollision(%this, %dstObj, %srcRef, %dstRef, %time, %normal, %contactCount, %contacts) { //your code }