mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 20:09:58 -05:00
Adding Lua function to toggle the SGCT render information overlay
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user