Use already available shaderEffectSource and improve bloom look at low quality by limiting minimum radius.

This commit is contained in:
Filippo Scognamiglio
2015-01-05 21:47:42 +01:00
parent 6979abe96a
commit cf404f980d
3 changed files with 9 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ Item{
sourceComponent: FastBlur{
id: frameReflectionEffect
radius: 128
source: terminal.kterminal
source: terminal.mainSource
smooth: false
}
}