improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL
This commit is contained in:
@@ -234,6 +234,11 @@ protected:
|
||||
return m_islandManager;
|
||||
}
|
||||
|
||||
class ConstraintSolver* GetConstraintSolver()
|
||||
{
|
||||
return m_solver;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user