Game Development Community

How to set Collision between runtime objects in TGB

by Nirman · in Torque Developer Network · 12/22/2010 (9:14 am) · 1 replies

Is there any possibility to set up a collision between two runtime objects?

I am creating two objects at runtime and specifying their respective classes and want to check for collision in between them. But, how to call the callback function onCollision() for them?

Thanks in advance

Nirman

#1
12/22/2010 (5:56 pm)
I got it. :)

Thanks anyway.