mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add the ability to scale th statistics graphs
This commit is contained in:
@@ -124,6 +124,8 @@ struct WindowDelegate {
|
||||
|
||||
glm::vec2 (*mousePositionViewportRelative)(const glm::vec2& mousePosition) =
|
||||
[](const glm::vec2&) { return glm::vec2(0); };
|
||||
|
||||
void (*setStatisticsGraphScale)(float scale) = [](float) {};
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
@@ -187,6 +187,7 @@ private:
|
||||
properties::IntListProperty _screenshotWindowIds;
|
||||
properties::BoolProperty _applyWarping;
|
||||
properties::BoolProperty _showStatistics;
|
||||
properties::FloatProperty _statisticsScale;
|
||||
properties::BoolProperty _screenshotUseDate;
|
||||
properties::BoolProperty _showFrameInformation;
|
||||
properties::BoolProperty _disableMasterRendering;
|
||||
|
||||
Reference in New Issue
Block a user