diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /APEX_1.4/samples_v2/SampleBase/CommonUIController.h | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'APEX_1.4/samples_v2/SampleBase/CommonUIController.h')
| -rw-r--r-- | APEX_1.4/samples_v2/SampleBase/CommonUIController.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/APEX_1.4/samples_v2/SampleBase/CommonUIController.h b/APEX_1.4/samples_v2/SampleBase/CommonUIController.h index 9790957f..252395fd 100644 --- a/APEX_1.4/samples_v2/SampleBase/CommonUIController.h +++ b/APEX_1.4/samples_v2/SampleBase/CommonUIController.h @@ -51,7 +51,13 @@ class CommonUIController : public ISampleController static void TW_CALL onReloadShadersButton(void* clientData); - private: + static void TW_CALL setFixedTimestepEnabled(const void* value, void* clientData); + static void TW_CALL getFixedTimestepEnabled(void* value, void* clientData); + + static void TW_CALL setFixedSimFrequency(const void* value, void* clientData); + static void TW_CALL getFixedSimFrequency(void* value, void* clientData); + +private: void toggleCameraSpeed(bool overspeed); CFirstPersonCamera* mCamera; |