Merge pull request #1126 from erwincoumans/master

allow to enable/disable VR picking and VR teleport. Disabling VR pick…
This commit is contained in:
erwincoumans
2017-05-16 13:55:47 -07:00
committed by GitHub
25 changed files with 414 additions and 110 deletions

View File

@@ -798,6 +798,8 @@ void btMultiBodyDynamicsWorld::debugDrawWorld()
{
BT_PROFILE("btMultiBodyDynamicsWorld debugDrawWorld");
btDiscreteDynamicsWorld::debugDrawWorld();
bool drawConstraints = false;
if (getDebugDrawer())
{
@@ -867,7 +869,7 @@ void btMultiBodyDynamicsWorld::debugDrawWorld()
}
}
btDiscreteDynamicsWorld::debugDrawWorld();
}