Update SGCT repository

Add property to toggle date rendering independent from rendering statistics
This commit is contained in:
Alexander Bock
2017-05-09 10:30:35 +01:00
parent c2f9c66372
commit 63d607281a
3 changed files with 18 additions and 8 deletions
+2 -1
View File
@@ -204,6 +204,7 @@ private:
//FrametimeType _frametimeType;
properties::BoolProperty _showDate;
properties::BoolProperty _showInfo;
properties::BoolProperty _showLog;
@@ -212,7 +213,7 @@ private:
properties::BoolProperty _applyWarping;
properties::BoolProperty _showFrameNumber;
properties::BoolProperty _disableMasterRendering;
properties::BoolProperty _disableSceneOnMaster;
properties::BoolProperty _disableSceneTranslationOnMaster;
float _globalBlackOutFactor;
float _fadeDuration;