How to configure Bullet engine for speed, not for physics accuracy? For example, is it possible to increase friction, so that objects become stationary more quickly?
Currently, I am able to do only following speed-optimziation:
btContactSolverInfo& info = dynamicsWorld->getSolverInfo();
info.m_numIterations = 4;