mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Added new GuiComponent to change origin
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <openspace/gui/guihelpcomponent.h>
|
||||
#include <openspace/gui/guiperformancecomponent.h>
|
||||
#include <openspace/gui/guipropertycomponent.h>
|
||||
#include <openspace/gui/guiorigincomponent.h>
|
||||
#include <openspace/scripting/scriptengine.h>
|
||||
|
||||
namespace openspace {
|
||||
@@ -60,6 +61,7 @@ public:
|
||||
static openspace::scripting::ScriptEngine::LuaLibrary luaLibrary();
|
||||
|
||||
//protected:
|
||||
GuiOriginComponent _origin;
|
||||
GuiPerformanceComponent _performance;
|
||||
GuiPropertyComponent _property;
|
||||
GuiHelpComponent _help;
|
||||
|
||||
Reference in New Issue
Block a user