Adding Lua function to toggle the SGCT render information overlay

This commit is contained in:
Alexander Bock
2015-02-24 10:45:26 +01:00
parent 45e4dad29d
commit 35d664365e
2 changed files with 32 additions and 1 deletions
@@ -76,6 +76,8 @@ public:
float globalOpacity();
void setGlobalOpacity(float opacity);
void setSGCTRenderStatistics(bool visible);
/**
* Returns the Lua library that contains all Lua functions available to affect the
@@ -114,6 +116,7 @@ private:
float _fadeDuration;
float _currentFadeTime;
int _fadeDirection;
bool _sgctRenderStatisticsVisible;
bool _visualizeABuffer;
ABufferVisualizer* _visualizer;