Add EPA penetration depth solver support to bullet multithreaded.

Update SubSimplexConvexCast algorithm used in bullet multithreaded.
This commit is contained in:
john.mccutchan
2008-05-06 00:44:18 +00:00
parent 25c5d0d57a
commit 3268cab6d7
15 changed files with 1079 additions and 51 deletions

View File

@@ -50,6 +50,7 @@ struct SpuCollisionPairInput
btTransform m_worldTransform1;
bool m_isSwapped;
bool m_useEpa;
};