New version of btCudaBroadphase compatible with Bullet and better performance

This commit is contained in:
rponom
2008-11-15 00:21:09 +00:00
parent 8abddb2400
commit afec653726
17 changed files with 2739 additions and 2412 deletions

View File

@@ -30,9 +30,6 @@
#ifndef __RENDER_PARTICLES__
#define __RENDER_PARTICLES__
class CProfileIterator;
class ParticleRenderer
{
public:
@@ -62,7 +59,6 @@ public:
void displayProfileString(int xOffset,int yStart,char* message);
class CProfileIterator* m_profileIterator;
protected: // methods
void _initGL();
void _drawPoints();