Compile fixes

Added getOwnsBvh to btBvhTriangleMeshShape
This commit is contained in:
john.mccutchan
2008-07-10 23:22:29 +00:00
parent 1c0fa00bc7
commit 31dfbf55e1
4 changed files with 9 additions and 2 deletions

View File

@@ -408,7 +408,7 @@ void btCollisionWorld::objectQuerySingle(const btConvexShape* castShape,const bt
btGjkEpaPenetrationDepthSolver gjkEpaPenetrationSolver;
bool result = false;
btContinuousConvexCollision convexCaster1(castShape,convexShape,&simplexSolver,&gjkEpaPenetrationSolver);
//btGjkConvexCast convexCaster2(castShape,convexShape,&simplexSolver);
//btSubsimplexConvexCast convexCaster3(castShape,convexShape,&simplexSolver);