Changeset 1972 for code/branches/physics/src/bullet/BulletDynamics/Dynamics
- Timestamp:
- Oct 20, 2008, 5:40:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp
r1963 r1972 126 126 void btDiscreteDynamicsWorld::debugDrawWorld() 127 127 { 128 BT_PROFILE("debugDrawWorld");129 128 130 129 if (getDebugDrawer() && getDebugDrawer()->getDebugMode() & btIDebugDraw::DBG_DrawContactPoints) … … 255 254 void btDiscreteDynamicsWorld::synchronizeMotionStates() 256 255 { 257 BT_PROFILE("synchronizeMotionStates");258 256 { 259 257 //todo: iterate over awake simulation islands!
Note: See TracChangeset
for help on using the changeset viewer.