mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-03-20 17:48:46 +00:00
Another workaround to solve blur problem.
This commit is contained in:
parent
c612a1d586
commit
d063e888a3
@ -218,7 +218,7 @@ Item{
|
|||||||
id: finalSource
|
id: finalSource
|
||||||
sourceItem: blurredterminal
|
sourceItem: blurredterminal
|
||||||
sourceRect: frame.sourceRect
|
sourceRect: frame.sourceRect
|
||||||
format: ShaderEffectSource.Alpha
|
//format: ShaderEffectSource.Alpha
|
||||||
hideSource: true
|
hideSource: true
|
||||||
}
|
}
|
||||||
ShaderEffect {
|
ShaderEffect {
|
||||||
@ -343,7 +343,7 @@ Item{
|
|||||||
wrapMode: ShaderEffectSource.Repeat
|
wrapMode: ShaderEffectSource.Repeat
|
||||||
smooth: true
|
smooth: true
|
||||||
hideSource: true
|
hideSource: true
|
||||||
format: ShaderEffectSource.Alpha
|
//format: ShaderEffectSource.Alpha
|
||||||
}
|
}
|
||||||
|
|
||||||
// RASTERIZATION //////////////////////////////////////////////////////////
|
// RASTERIZATION //////////////////////////////////////////////////////////
|
||||||
@ -419,6 +419,6 @@ Item{
|
|||||||
sourceItem: rasterizationContainer
|
sourceItem: rasterizationContainer
|
||||||
hideSource: true
|
hideSource: true
|
||||||
smooth: true
|
smooth: true
|
||||||
format: ShaderEffectSource.Alpha
|
//format: ShaderEffectSource.Alpha
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user