more solver experiments, randomize the order of contact points, not just manifolds
use #defines for constants, rather then const btScalar
This commit is contained in:
@@ -42,7 +42,8 @@ struct btDispatcherInfo
|
||||
m_timeOfImpact(1.f),
|
||||
m_useContinuous(false),
|
||||
m_debugDraw(0),
|
||||
m_enableSatConvex(false)
|
||||
m_enableSatConvex(false),
|
||||
m_enableSPU(false)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -53,6 +54,7 @@ struct btDispatcherInfo
|
||||
bool m_useContinuous;
|
||||
class btIDebugDraw* m_debugDraw;
|
||||
bool m_enableSatConvex;
|
||||
bool m_enableSPU;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user