Fixed behavior for current and edit source selection in AppearanceView.

This commit is contained in:
brunoherbelin
2020-11-23 23:35:48 +01:00
parent 7f161a0a49
commit 4a6a110e3d
8 changed files with 127 additions and 140 deletions

View File

@@ -10,11 +10,12 @@ class DrawVisitor : public Visitor
glm::mat4 projection_;
Node *target_;
bool done_;
bool force_;
int num_duplicat_;
glm::mat4 transform_duplicat_;
public:
DrawVisitor(Node *nodetodraw, glm::mat4 projection);
DrawVisitor(Node *nodetodraw, glm::mat4 projection, bool force = false);
void loop(int num, glm::mat4 transform);