Game Development Community

Physics Make object react when shoot or run in to it.

by Sventhors · in Torque Game Engine · 08/17/2005 (9:27 am) · 2 replies

How do you make objects react when shot or run into. Like run into box and box moves. how fast you run into. Can some lead me to a tutrioal or a thread. ThanX

#1
08/17/2005 (9:30 am)
I used this Rigid Shape Resource to move objects around but I'm not sure on shooting them.
#2
08/17/2005 (11:30 am)
An impulse from the the projectile shooting the rigid shape can move the shape. This depends on the rigid shapes mass and the strength of the impulse.