Hello,
I’m trying to make a test using a variable framerate for the physics on BvhTriangleMeshCarTest. I use this code for the step:
physicsWorld.step(variableStep, 2, fixedStep);
Doc: http://bulletphysics.org/mediawiki-1.5.8/index.php/Stepping_the_World
But, everybody can test it, the wheels do a strange movement.
Maybe is this feature not suported in this moment?