a few modifications to BulletMultiThreaded, add 'setNumTasks' to interface, reorganize DMA transfers to allow larger btBroadphaseProxy size

This commit is contained in:
erwin.coumans
2008-10-11 00:01:08 +00:00
parent 512c0f167e
commit b6f0434832
5 changed files with 27 additions and 33 deletions

View File

@@ -87,3 +87,7 @@ void SequentialThreadSupport::stopSPU()
m_activeSpuStatus.clear();
}
void SequentialThreadSupport::setNumTasks(int numTasks)
{
printf("SequentialThreadSupport::setNumTasks(%d) is not implemented and has no effect\n",numTasks);
}