Move the disabling of the rendering on the master into the RenderEngine

instead of specifying it in the OpenSpaceEngine
This commit is contained in:
Alexander Bock
2017-03-01 10:39:29 -05:00
parent 3e2c56c940
commit 55f002ad6f
4 changed files with 7 additions and 13 deletions

View File

@@ -111,8 +111,6 @@ public:
float globalBlackOutFactor();
void setGlobalBlackOutFactor(float factor);
void setDisableRenderingOnMaster(bool enabled);
void registerScreenSpaceRenderable(std::shared_ptr<ScreenSpaceRenderable> s);
void unregisterScreenSpaceRenderable(std::shared_ptr<ScreenSpaceRenderable> s);
void unregisterScreenSpaceRenderable(std::string name);