add support for non-power-of-2 dma sizes (for small dma transfers)

add setBroadphase
This commit is contained in:
erwin.coumans
2008-06-24 02:15:06 +00:00
parent d16c1b615f
commit e854a5133b
2 changed files with 51 additions and 1 deletions

View File

@@ -102,6 +102,10 @@ public:
virtual ~btCollisionWorld();
void setBroadphase(btBroadphaseInterface* pairCache)
{
m_broadphasePairCache = pairCache;
}
btBroadphaseInterface* getBroadphase()
{