Rename GuiGrouping to GuiPath

Add GuiPath to existing scenegraph nodes
Add option to toggle tree representation
Add caption font to UI
This commit is contained in:
Alexander Bock
2017-10-13 13:08:59 -04:00
parent ebd506975c
commit bb5f4d4381
57 changed files with 600 additions and 418 deletions

View File

@@ -124,7 +124,7 @@ public:
const Renderable* renderable() const;
Renderable* renderable();
const std::string& guiGroup() const;
const std::string& guiPath() const;
static documentation::Documentation Documentation();
@@ -143,7 +143,7 @@ private:
std::unique_ptr<Renderable> _renderable;
std::string _guiGroup;
std::string _guiPath;
// Transformation defined by ephemeris, rotation and scale
struct {