added aabb overlap check for multi SAP broadphase

This commit is contained in:
ejcoumans
2007-08-03 01:48:34 +00:00
parent b6cd61a5e1
commit 7c0abad041
2 changed files with 17 additions and 1 deletions

View File

@@ -98,6 +98,8 @@ public:
///calculateOverlappingPairs is optional: incremental algorithms (sweep and prune) might do it during the set aabb
virtual void calculateOverlappingPairs();
bool testAabbOverlap(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1);
virtual btOverlappingPairCache* getOverlappingPairCache()
{
return m_overlappingPairs;