mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 13:38:34 -06:00
Make the WindowWrapper a PropertyOwner and add SGCT properties to the subclass (closes #260)
This commit is contained in:
@@ -131,9 +131,12 @@ OpenSpaceEngine::OpenSpaceEngine(std::string programName,
|
||||
, _isFirstRenderingFirstFrame(true)
|
||||
{
|
||||
_interactionHandler->setPropertyOwner(_globalPropertyNamespace.get());
|
||||
|
||||
// New property subowners also have to be added to the OnScreenGuiModule callback!
|
||||
_globalPropertyNamespace->addPropertySubOwner(_interactionHandler.get());
|
||||
_globalPropertyNamespace->addPropertySubOwner(_settingsEngine.get());
|
||||
_globalPropertyNamespace->addPropertySubOwner(_renderEngine.get());
|
||||
_globalPropertyNamespace->addPropertySubOwner(_windowWrapper.get());
|
||||
|
||||
FactoryManager::initialize();
|
||||
FactoryManager::ref().addFactory(
|
||||
|
||||
Reference in New Issue
Block a user