wheel btRaycastVehicle

zjl19870808
Posts: 21
Joined: Tue Nov 03, 2009 8:33 am

wheel btRaycastVehicle

Post by zjl19870808 »

I create my wheels(using class btRaycastVehicle) just as the ForkliftDemo do, but they don't collide with the ground(actually it is a rigid body), instead they go through the ground. I want the wheel to collide with the ground, Who can give me some advices, thank you, thank you very much!
mako90
Posts: 28
Joined: Tue Jan 05, 2010 12:41 pm

Re: wheel btRaycastVehicle

Post by mako90 »

Hi,
could you please paste the code of your wheels creation? Have you created the vehicle first?

BR.
zjl19870808
Posts: 21
Joined: Tue Nov 03, 2009 8:33 am

Re: wheel btRaycastVehicle

Post by zjl19870808 »

mako90 wrote:Hi,
could you please paste the code of your wheels creation? Have you created the vehicle first?

BR.

Hi, Thank you very much! I have solved my problems. I have not set proper parameters to my wheels, so it went through the ground. Now I correct these parameters, and the wheels do as my expectation!

Jet