mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Merged master.
This commit is contained in:
@@ -137,6 +137,7 @@ public:
|
||||
Renderable* renderable();
|
||||
|
||||
const std::string& guiPath() const;
|
||||
bool hasGuiHintHidden() const;
|
||||
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
@@ -152,6 +153,10 @@ private:
|
||||
std::vector<SceneGraphNode*> _dependentNodes;
|
||||
Scene* _scene;
|
||||
|
||||
// If this value is 'true' GUIs are asked to hide this node from collections, as it
|
||||
// might be a node that is not very interesting (for example barycenters)
|
||||
bool _guiHintHidden = false;
|
||||
|
||||
PerformanceRecord _performanceRecord;
|
||||
|
||||
std::unique_ptr<Renderable> _renderable;
|
||||
|
||||
Reference in New Issue
Block a user