- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user