Expose the SGCT statistics information through a property in the RenderEngine (closes #2195)

This commit is contained in:
Alexander Bock
2022-08-01 15:27:05 +02:00
parent a4e3af700c
commit 41a4171aeb
5 changed files with 19 additions and 1 deletions
@@ -105,6 +105,8 @@ struct WindowDelegate {
uint64_t (*swapGroupFrameNumber)() = []() { return uint64_t(0); };
void (*setScreenshotFolder)(std::string) = [](std::string) {};
void (*showStatistics)(bool) = [](bool) {};
};
} // namespace openspace
@@ -180,6 +180,7 @@ private:
properties::IntListProperty _screenshotWindowIds;
properties::BoolProperty _applyWarping;
properties::BoolProperty _showStatistics;
properties::BoolProperty _screenshotUseDate;
properties::BoolProperty _showFrameInformation;
properties::BoolProperty _disableMasterRendering;