by default, disable warmstarting, enable random ordering,

user can override this using solver->setSolverMode(...)
This commit is contained in:
ejcoumans
2007-02-13 16:14:55 +00:00
parent c4a83539ca
commit bf68a742cc
2 changed files with 2 additions and 98 deletions

View File

@@ -80,17 +80,7 @@ public:
}
};
/// Small variation on btSequentialImpulseConstraintSolver: warmstarting, separate friction, non-randomized ordering
class btSequentialImpulseConstraintSolver3 : public btSequentialImpulseConstraintSolver
{
public:
btSequentialImpulseConstraintSolver3();
virtual btScalar solveGroup(btPersistentManifold** manifold,int numManifolds,btTypedConstraint** constraints,int numConstraints,const btContactSolverInfo& info, btIDebugDraw* debugDrawer=0);
};
#endif //SEQUENTIAL_IMPULSE_CONSTRAINT_SOLVER_H