more refactoring, restored some profiling and some debugging

This commit is contained in:
ejcoumans
2006-09-30 02:26:51 +00:00
parent d38549aa54
commit 01a6290cf7
7 changed files with 114 additions and 37 deletions

View File

@@ -48,6 +48,8 @@ protected:
std::vector<btRaycastVehicle*> m_vehicles;
int m_profileTimings;
void predictUnconstraintMotion(float timeStep);
void integrateTransforms(float timeStep);
@@ -62,6 +64,7 @@ protected:
void updateVehicles(float timeStep);
void startProfiling(float timeStep);
public: