Blur tool

This commit is contained in:
luboslenco
2019-03-10 19:09:28 +01:00
parent 73d53bfe70
commit 37d0b67fc0
4 changed files with 90 additions and 31 deletions
+2 -1
View File
@@ -247,7 +247,8 @@ class RenderPathDeferred {
// Read texcoords from gbuffer
var readTC = (UITrait.inst.brushType == 2 && UITrait.inst.fillTypeHandle.position == 1) || // Face fill
UITrait.inst.brushType == 8; // Clone
UITrait.inst.brushType == 8 || // Clone
UITrait.inst.brushType == 9; // Blur
if (readTC) {
path.bindTarget("gbuffer2", "gbuffer2");
}