updated some jamfiles, for Extra folder
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SubDir TOP Demos EPAPenDepthDemo ;
|
||||
|
||||
BulletDemo EPAPenDepthDemo : [ Wildcard *.h *.cpp ] ;
|
||||
ExtraDemo EPAPenDepthDemo : [ Wildcard *.h *.cpp ../../Extras/ExtraSolid35/*.cpp ../../Extras/EPA/*.cpp ] ;
|
||||
|
||||
@@ -233,8 +233,8 @@ static float gDepth;
|
||||
|
||||
static bool TestEPA(const MyConvex& hull0, const MyConvex& hull1)
|
||||
{
|
||||
static btSimplexSolverInterface simplexSolver;
|
||||
//static Solid3JohnsonSimplexSolver simplexSolver;
|
||||
//static btSimplexSolverInterface simplexSolver;
|
||||
static Solid3JohnsonSimplexSolver simplexSolver;
|
||||
|
||||
simplexSolver.reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user