Tumle Vehicle Freezes Simulation

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
cp51
Posts: 11
Joined: Wed Jun 18, 2008 2:12 pm

Tumle Vehicle Freezes Simulation

Post by cp51 »

Hi,

I have been trying to make a simple vehicle by hacking up some of the example code from the IPhysics wrapper. I think i have it set up, however, after I compile the program(with no errors) and run it, it freezes instantly, as in it loads the scene and freezes.

I found two points that cause it to freeze:

NewtonVehicleAddTire

and

the update() function of the tumle physics manager.

If i comment out the AddTire, everything works fine, but i have no wheels and the vehicle body just falls, and if i comment out the update, everything will load, but i have no physics, so i cant do anything.

Has anyone else experienced anything like this?

if not, does anyone know of an example vehicle using tumle i can look at?

Thanks a lot.


EDIT:::::::::::::::::::::::
ok, i think i should just scrap this, because mixing the two things doesnt look like a good idea. but does anyone know of any place to find an example vehicle using tumle? or anything that would help me out?

Thanks again.
Post Reply