Strange vehicle slowdowns (not performence stuff!! :) )

A place to discuss everything related to Newton Dynamics.

Moderators: Sascha Willems, walaber

Strange vehicle slowdowns (not performence stuff!! :) )

Postby LordSimonXp » Wed Mar 25, 2009 10:56 am

Hi guys,

I've got a strange problem-
I use TV6.5 and the build in version of newton.
I build a vehicle demo (level[simple plane], Object[a sphere] and a car)
and everything works fine and smoothe the problem is, when I have a collision with a sphere
(or an other object) it happens sometimes that the car slowsdown and only a "jump" (simply saying moving the car a few inches over the fground and letting it fall) helps - and the car has the sam speed as before..

The thing is that I don't change the speedup code after a colision.
It is allways something like that:
Code: Select all
             if (eVar.input.IsKeyPressed(CONST_TV_KEY.TV_KEY_UPARROW))
                {
                    eVar.physics.SetVehicleWheelTorque(gCarClass.car_ID, gCarClass.rlw, 5000, -100);
                    eVar.physics.SetVehicleWheelTorque(gCarClass.car_ID, gCarClass.rrw, 5000, -100);

                }


has anyone an idea what is going on?

with best regrads

Simon
LordSimonXp
 
Posts: 1
Joined: Sat Oct 21, 2006 7:37 am

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 13 guests

cron