PickingVisitor first draft, with prototype integration in UserInterface

This commit is contained in:
brunoherbelin
2020-04-19 23:59:21 +02:00
parent 0d87aa8bf6
commit 4930cc41c7
8 changed files with 78 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ public:
void visit(Switch& n);
void visit(Animation& n);
void visit(Primitive& n);
void visit(Surface&) {}
void visit(ImageSurface&) {}
void visit(MediaSurface& n);
void visit(FrameBufferSurface& n);