mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Merge branch 'feature/interactionhandler' into develop
Conflicts: include/openspace/engine/openspaceengine.h include/openspace/interaction/interactionhandler.h src/engine/openspaceengine.cpp src/interaction/interactionhandler.cpp src/rendering/renderengine.cpp
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
static bool findConfiguration(std::string& filename);
|
||||
|
||||
ConfigurationManager& configurationManager();
|
||||
InteractionHandler& interactionHandler();
|
||||
interaction::InteractionHandler& interactionHandler();
|
||||
RenderEngine& renderEngine();
|
||||
scripting::ScriptEngine& scriptEngine();
|
||||
|
||||
@@ -86,7 +86,7 @@ private:
|
||||
static OpenSpaceEngine* _engine;
|
||||
|
||||
ConfigurationManager _configurationManager;
|
||||
InteractionHandler _interactionHandler;
|
||||
interaction::InteractionHandler _interactionHandler;
|
||||
RenderEngine _renderEngine;
|
||||
scripting::ScriptEngine _scriptEngine;
|
||||
ghoul::cmdparser::CommandlineParser _commandlineParser;
|
||||
|
||||
Reference in New Issue
Block a user