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.