Fixed insertion of new source (after drop or pannel) to setup depth and

mixing coordinates.
This commit is contained in:
brunoherbelin
2020-06-08 22:15:03 +02:00
parent dffab7d2df
commit 965b1032a5
6 changed files with 49 additions and 11 deletions

2
View.h
View File

@@ -76,6 +76,8 @@ public:
Cursor grab (glm::vec2 from, glm::vec2 to, Source *s, std::pair<Node *, glm::vec2>) override;
void setAlpha (Source *s);
private:
uint textureMixingQuadratic();
};