removed 'processAllTrianglesBruteForce'

autogenerated new visual studio projectfiles
This commit is contained in:
ejcoumans
2007-06-14 13:06:05 +00:00
parent a57d5e1106
commit 718b73371f
108 changed files with 628 additions and 127 deletions

View File

@@ -520,7 +520,7 @@ void GL_ShapeDrawer::drawOpenGL(btScalar* m, const btCollisionShape* shape, cons
GlDrawcallback drawCallback;
drawCallback.m_wireframe = (debugMode & btIDebugDraw::DBG_DrawWireframe)!=0;
concaveMesh->processAllTrianglesBruteForce(&drawCallback,aabbMin,aabbMax);
concaveMesh->processAllTriangles(&drawCallback,aabbMin,aabbMax);
}
#endif