Added scene selector in the SettingsEngine, in the GUI under Global Properties.

Has placeholder functionality for what's coming in the next commit.
This commit is contained in:
Matthew Territo
2016-07-27 16:45:43 -06:00
parent 035f5ba989
commit fdb90f74ac
3 changed files with 56 additions and 7 deletions

View File

@@ -416,6 +416,9 @@ bool OpenSpaceEngine::initialize() {
ConfigurationManager::KeyShutdownCountdown, _shutdownWait
);
// Initialize the SettingsEngine
_settingsEngine->initialize();
// Load scenegraph
Scene* sceneGraph = new Scene;
_renderEngine->setSceneGraph(sceneGraph);