vehicle bullet!!!

Show what you made with Bullet Physics SDK: Games, Demos, Integrations with a graphics engine, modeler or any other application
Post Reply
curoro
Posts: 9
Joined: Mon Jul 25, 2011 1:21 am

vehicle bullet!!!

Post by curoro »

hello ,
can some one give me my mistake about this share simple code , i use qt & opengl & bullet
but the problem i can't simulate motion vehicle after vehicle take settle down on floor.
thanks :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Attachments
openGL_example.zip
(599.27 KiB) Downloaded 965 times
686insomnia686
Posts: 8
Joined: Mon Apr 02, 2012 10:15 am

Re: vehicle bullet!!!

Post by 686insomnia686 »

It's probably because the chassis is "disable" when it stop moving...

put something like this :

if (engineForce > 0)
m_chassis.activate();
Post Reply