add broadphase demo (empty skeleton)
This commit is contained in:
23
demo/gpudemo/broadphase/PairBench.cpp
Normal file
23
demo/gpudemo/broadphase/PairBench.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "PairBench.h"
|
||||
#include "BulletCommon/btQuickprof.h"
|
||||
|
||||
void PairBench::initPhysics(const ConstructionInfo& ci)
|
||||
{
|
||||
CProfileManager::CleanupMemory();
|
||||
}
|
||||
|
||||
void PairBench::exitPhysics()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void PairBench::renderScene()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PairBench::clientMoveAndDisplay()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user