add joint damping in PhysicsServerCommandProcessor

This commit is contained in:
Erwin Coumans
2016-04-13 17:21:43 -07:00
parent 4df7257250
commit 0ca56e756f
2 changed files with 23 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ public:
void enableCommandLogging(bool enable, const char* fileName);
void replayFromLogFile(const char* fileName);
void replayLogCommand(char* bufferServerToClient, int bufferSizeInBytes );
void applyJointDamping(int bodyUniqueId);
};
#endif //PHYSICS_SERVER_COMMAND_PROCESSOR_H