Merged master.

This commit is contained in:
Jonathas Costa
2018-03-19 19:16:05 -04:00
19 changed files with 164 additions and 34 deletions

View File

@@ -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;