Bouncing ball
by Tom Timothy · in Torque Game Engine · 12/27/2008 (11:10 pm) · 4 replies
Im working on a small game in tge and I need to be able make a disc bounce one when it hit a building object. How do I make the disk bounce? What I mean is I whant the player to throw the disk down and for it to bounce once.
#2
12/28/2008 (11:08 am)
From my understanding rigidshape objects dont bounce just push across the ground
#3
12/28/2008 (12:13 pm)
They'll bounce, you just have to adjust the settings. In fact the Demo has an unused script file for a bouncing boulder.
#4
12/28/2008 (2:19 pm)
Make sure the restitution is set high so it will bounce. Check out the TDN pages on both the RigidShape and RigidShapeData I've been (very slowly :p ) working on.
Torque Owner Stephan - viKKing - Bondier
Such objects do have basic physic rules.