Gravity and Physics In Torque
by EGUY · in Torque Game Engine · 02/13/2005 (11:18 am) · 1 replies
I've played around with Torque examples and I was wondering whether things can have negative weight and they fly up rather fall down. I want to include a jetpack in my game that would make the player's weight negative and then slowly increase it (to slow it down as the player reached the highest part of the jump) until it returned to the player's normal weight. Would this work?
I am also wondering about how Torque handles physics like if an object was thrown, can it bounce or would it just hit the ground?
I am also wondering about how Torque handles physics like if an object was thrown, can it bounce or would it just hit the ground?
About the author
Torque 3D Owner Stephen Zepp
An example you could view to see what I mean is in the Think Tanks demo, the jump pads that a tank can run over--as far as I can guess from "black box" observation, they just apply an impulse to the tank, and then let the rest of the physics code handle it.