fixed broadphases after performance optimizations
This commit is contained in:
@@ -58,7 +58,6 @@ class SimpleBroadphase : public OverlappingPairCache
|
||||
return proxy0;
|
||||
}
|
||||
|
||||
bool AabbOverlap(SimpleBroadphaseProxy* proxy0,SimpleBroadphaseProxy* proxy1);
|
||||
|
||||
void validate();
|
||||
|
||||
@@ -71,6 +70,9 @@ public:
|
||||
virtual ~SimpleBroadphase();
|
||||
|
||||
|
||||
static bool AabbOverlap(SimpleBroadphaseProxy* proxy0,SimpleBroadphaseProxy* proxy1);
|
||||
|
||||
|
||||
virtual BroadphaseProxy* CreateProxy( const SimdVector3& min, const SimdVector3& max,int shapeType,void* userPtr ,short int collisionFilterGroup,short int collisionFilterMask);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user