Cleanup Scene (in particular group) for simplified use in views

(background and foreground).
This commit is contained in:
brunoherbelin
2020-05-09 10:12:04 +02:00
parent c1b76de6e0
commit ef34bed90a
15 changed files with 123 additions and 131 deletions

View File

@@ -37,5 +37,6 @@ void SearchVisitor::visit(Switch &n)
void SearchVisitor::visit(Scene &n)
{
// TODO maybe search only forground?
n.root()->accept(*this);
}