Files
bullet3/examples/SharedMemory
Erwin Coumans b5495e789d Change constraint solver threshold-based termination condition on residual of velocity threshold, not on residual of impulse threshold.
This avoids issues with systems with large mass ratios.

Test: add this to BasicDemo/BasicExample.cpp in initPhysics

	m_dynamicsWorld->getSolverInfo().m_numIterations = 1000;
	m_dynamicsWorld->getSolverInfo().m_leastSquaresResidualThreshold = 1e-4;
2018-07-22 11:30:16 +02:00
..
2015-11-11 12:44:26 -08:00
2016-11-04 13:15:10 -07:00
2017-01-15 22:26:11 -08:00
2015-07-23 11:51:25 -07:00