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:
brunoherbelin
2020-06-13 18:22:32 +02:00
parent 69b249e7e0
commit aa211fe39b
33 changed files with 457 additions and 256 deletions

View File

@@ -7,7 +7,6 @@
class Node;
class Group;
class Switch;
class Animation;
class Primitive;
class Scene;
class Surface;
@@ -42,7 +41,6 @@ public:
// not mandatory for all others
virtual void visit (Switch&) {}
virtual void visit (Animation&) {}
virtual void visit (Surface&) {}
virtual void visit (ImageSurface&) {}
virtual void visit (MediaSurface&) {}