ISWAGroup for manipulation of multiple dataplanes

This commit is contained in:
Sebastian Piwell
2016-05-02 17:32:25 -04:00
parent 14c0eb8b99
commit 8bde97fdfa
12 changed files with 331 additions and 40 deletions
+6
View File
@@ -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;