Fix some deactivation issues with btMultiBodyDynamicsWorld, should also improve performance for PyBullet with larger worlds
(even when sleeping is disabled, islands are split)
This commit is contained in:
@@ -898,6 +898,7 @@ struct b3PhysicsSimulationParameters
|
||||
double m_contactSlop;
|
||||
int m_enableSAT;
|
||||
int m_constraintSolverType;
|
||||
int m_minimumSolverIslandSize;
|
||||
};
|
||||
|
||||
enum eConstraintSolverTypes
|
||||
|
||||
Reference in New Issue
Block a user