improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL
This commit is contained in:
@@ -35,8 +35,8 @@ void SimpleBroadphase::validate()
|
||||
|
||||
}
|
||||
|
||||
SimpleBroadphase::SimpleBroadphase(int maxProxies,int maxOverlap)
|
||||
:OverlappingPairCache(maxOverlap),
|
||||
SimpleBroadphase::SimpleBroadphase(int maxProxies)
|
||||
:OverlappingPairCache(),
|
||||
m_firstFreeProxy(0),
|
||||
m_numProxies(0),
|
||||
m_maxProxies(maxProxies)
|
||||
|
||||
Reference in New Issue
Block a user