Work on some improvements for GJK/PenetrationTestBullet.cpp. if this introduces issue, will need to revert.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user