added GpuSphereDemo (broken on NVIDIA GPU)

This commit is contained in:
erwincoumans
2013-04-02 13:21:45 -07:00
parent 2aa2de45bc
commit 1ebcc78280
7 changed files with 269 additions and 8 deletions

View File

@@ -31,7 +31,9 @@ public:
virtual ~btGpuNarrowPhase(void);
int registerSphereShape(float radius);
int registerPlaneShape(const btVector3& planeNormal, float planeConstant);
int registerCompoundShape(btAlignedObjectArray<btGpuChildShape>* childShapes);
int registerFace(const btVector3& faceNormal, float faceConstant);