Greatly improved rendering of frame and decorators. Creation of a

DrawVisitor to selectively draw single nodes (for overlay of frame in
GeometryView)
This commit is contained in:
brunoherbelin
2020-06-02 00:23:49 +02:00
parent 7b4408ece6
commit c0572faabf
17 changed files with 642 additions and 407 deletions

View File

@@ -7,8 +7,8 @@
#include "Visitor.h"
class GarbageVisitor : public Visitor {
class GarbageVisitor : public Visitor
{
Group *current_;
std::list<Node *> targets_;
bool found_;