Search found 1 match

by gwendal_
Mon May 09, 2022 6:00 pm
Forum: General Bullet Physics Support and Feedback
Topic: Using bullet physics car and heightfield, car get stuck how can I fix?
Replies: 0
Views: 17722

Using bullet physics car and heightfield, car get stuck how can I fix?

I've been working on implementing a car in my game using bullet physics. The physics of the car uses `btRaycastVehicle` and the code is mostly based on the ForkLift Demo . At this point, the vehicle seems to work properly on a flat ground but then I've started working on a non flat terrain and I saw...