mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
ISWAGroup for manipulation of multiple dataplanes
This commit is contained in:
@@ -83,6 +83,12 @@ properties::Property* property(const std::string& uri) {
|
||||
properties::Property* property = ssr->property(remainingUri);
|
||||
return property;
|
||||
}
|
||||
|
||||
std::shared_ptr<ISWAGroup> group = ISWAManager::ref().iSWAGroup(nameUri);
|
||||
if(group){
|
||||
properties::Property* property = group->property(remainingUri);
|
||||
return property;
|
||||
}
|
||||
|
||||
LERROR("Node or ScreenSpaceRenderable' " << nameUri << "' did not exist");
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user