Merge pull request #591 from erwincoumans/master

re-enable command log and playback in physics server, report applied motor torque
This commit is contained in:
erwincoumans
2016-04-08 18:29:01 -07:00
7 changed files with 49 additions and 38 deletions

View File

@@ -114,6 +114,7 @@ public:
btAssert(dof>=0);
btAssert(dof < getNumRows());
m_data[dof] = appliedImpulse;
}
btScalar getAppliedImpulse(int dof)