- removed obsolete/unused method in btTransform.h

- enable pause mode in AllBulletDemos.
- allow verbose output of time stepping in CcdPhysicsDemo
This commit is contained in:
ejcoumans
2007-10-27 00:17:20 +00:00
parent 1b7e5ad638
commit c36133cbd5
4 changed files with 21 additions and 11 deletions

View File

@@ -172,6 +172,17 @@ public:
void zoomIn();
void zoomOut();
bool isIdle() const
{
return m_idle;
}
void setIdle(bool idle)
{
m_idle = idle;
}
};
#endif //DEMO_APPLICATION_H