Searched refs:dampVel (Results 1 – 1 of 1) sorted by relevance
188 btScalar dampVel = btScalar(0.005); in applyDamping() local189 if (speed > dampVel) in applyDamping()192 m_linearVelocity -= dir * dampVel; in applyDamping()