changes in debug drawing, thanks to Dennis Cappendijk

See Issue 559
This commit is contained in:
erwin.coumans
2012-02-29 04:15:09 +00:00
parent 1bcfd824f2
commit b90352d62b
6 changed files with 36 additions and 20 deletions

View File

@@ -313,7 +313,7 @@ void btDiscreteDynamicsWorld::debugDrawWorld()
if (getDebugDrawer() && (getDebugDrawer()->getDebugMode() & (btIDebugDraw::DBG_DrawWireframe | btIDebugDraw::DBG_DrawAabb)))
if (getDebugDrawer() && (getDebugDrawer()->getDebugMode() & (btIDebugDraw::DBG_DrawWireframe | btIDebugDraw::DBG_DrawAabb | btIDebugDraw::DBG_DrawNormals)))
{
int i;