Game Development Community

Stop the vehicle from rocking back and forth

by Neil Marshall · in Torque Game Engine · 06/13/2003 (9:26 pm) · 2 replies

When I hit a bump with my vehicle it bounces from the front tire to the back tire and back to the front a couple of times. Does anyone know which parameter will stop this for all except the largest bumps?

#1
06/13/2003 (9:32 pm)
I think you'll want to adjust the force variable in your Spring Data block, and try altering damping as well...
#2
06/14/2003 (7:48 am)
Been there, done that. It doesn't seem to do anything other than make it bounce more. A low value seems to make it bouncy and a high value seems to make it bouncy.

Maybe it's the tires that are doing it (I haven't modified them from the buggy values)