Friction not working for Vehicle in BulletPhysics
- by Manmohan Bishnoi
I am creating a vehicle using bullet-physics engine (v 2.82).
I created a ground ( btBoxShape ), a box and a vehicle (following the demo). But friction between ground and vehicle wheels seems not working.
As soon as the vehicle is placed in 3d world, it starts moving forward.
START :
Steering works for the vehicle, but engineForce and…