Work on some improvements for GJK/PenetrationTestBullet.cpp. if this introduces issue, will need to revert.

This commit is contained in:
ejcoumans
2006-11-14 21:53:59 +00:00
parent 6bc090fd28
commit b5afb11282
7 changed files with 80 additions and 22 deletions

View File

@@ -17,10 +17,15 @@ subject to the following restrictions:
#include "DemoApplication.h"
class btCollisionAlgorithmCreateFunc;
///ConcaveDemo shows usage of static concave triangle meshes
///It also shows per-triangle material (friction/restitution) through CustomMaterialCombinerCallback
class ConcaveDemo : public DemoApplication
{
btCollisionAlgorithmCreateFunc* m_gimpactCollisionCreateFunc;
public:
void initPhysics();