+ improved split impulse constraint solver option

+ improved friction warm starting
+ made constraint solver configuration more consistent (moved m_solverMode into btContactSolverInfo)
+ reset timing in CDTestFramework after initialization (SAP init destorts timings)
+ make it easier to change default sizes for stack allocator in btDefaultCollisionConfiguration
This commit is contained in:
erwin.coumans
2008-05-29 03:33:32 +00:00
parent 6457f5a961
commit d49aeb9dff
25 changed files with 386 additions and 149 deletions

View File

@@ -102,6 +102,7 @@ public:
btDemoEntry g_demoEntries[] =
{
{"SoftBody Cloth",SoftDemo0::Create},
{"SoftBody Pressure",SoftDemo1::Create},
{"SoftBody Volume",SoftDemo2::Create},