removed obsolete files, make CDTestFramework compile again

This commit is contained in:
erwin.coumans
2008-05-25 07:32:44 +00:00
parent 88ee734bfb
commit 3726af466e
9 changed files with 14 additions and 892 deletions

View File

@@ -32,6 +32,8 @@ subject to the following restrictions:
virtual void Init();
virtual void Release();
virtual void PerformTest();
void RenderAll();
void Render();
virtual void Select();
virtual void Deselect();
virtual void KeyboardCallback(unsigned char key, int x, int y);
@@ -42,10 +44,12 @@ subject to the following restrictions:
Profiler mProfiler;
class btBroadphaseInterface* m_broadphase;
bool m_isdbvt;
btAlignedObjectArray<struct btBroadphaseProxy*> m_proxies;
udword mNbBoxes;
AABB* mBoxes;
bool* mFlags;
const char* methodname;
const AABB** mBoxPtrs;
Pairs mPairs;