mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Working on multiple sources selection: created bounding box decoration,
fixed Switch node in Scene, removed Animation node from scene, created display mode for Source.
This commit is contained in:
@@ -94,14 +94,8 @@ void ImGuiVisitor::visit(Group &n)
|
||||
|
||||
void ImGuiVisitor::visit(Switch &n)
|
||||
{
|
||||
// TODO : display selection of active child
|
||||
(*n.activeChild())->accept(*this);
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit(Animation &n)
|
||||
{
|
||||
// TODO : display group and animation parameters
|
||||
|
||||
if (n.numChildren()>0)
|
||||
n.activeChild()->accept(*this);
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit(Scene &n)
|
||||
|
||||
Reference in New Issue
Block a user