mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
Force shadereffect source visibility to off. Bump qmltermwidget plugin version.
This commit is contained in:
parent
789828e8b8
commit
b9f2cc4300
@ -222,6 +222,7 @@ Item{
|
||||
sourceItem: kterminal
|
||||
hideSource: true
|
||||
wrapMode: ShaderEffectSource.ClampToEdge
|
||||
visible: false
|
||||
}
|
||||
Loader{
|
||||
id: blurredSourceLoader
|
||||
@ -236,6 +237,8 @@ Item{
|
||||
hideSource: true
|
||||
wrapMode: kterminalSource.wrapMode
|
||||
|
||||
visible: false
|
||||
|
||||
function restartBlurSource(){
|
||||
livetimer.restart();
|
||||
}
|
||||
@ -332,6 +335,7 @@ Item{
|
||||
sourceItem: bloomEffectLoader.item
|
||||
hideSource: true
|
||||
smooth: true
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
||||
@ -385,6 +389,7 @@ Item{
|
||||
wrapMode: ShaderEffectSource.Repeat
|
||||
smooth: true
|
||||
hideSource: true
|
||||
visible: false
|
||||
}
|
||||
|
||||
// RASTERIZATION //////////////////////////////////////////////////////////
|
||||
@ -442,5 +447,6 @@ Item{
|
||||
hideSource: true
|
||||
smooth: true
|
||||
wrapMode: ShaderEffectSource.ClampToEdge
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
@ -82,6 +82,7 @@ ShaderEffect {
|
||||
live: false
|
||||
hideSource: true
|
||||
wrapMode: ShaderEffectSource.Repeat
|
||||
visible: false
|
||||
}
|
||||
|
||||
//Print the number with a reasonable precision for the shader.
|
||||
|
@ -37,6 +37,7 @@ ShaderEffect{
|
||||
sourceItem: reflectionEffectLoader.item
|
||||
hideSource: true
|
||||
smooth: true
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -56,12 +56,14 @@ Item{
|
||||
sourceItem: frameimage
|
||||
hideSource: true
|
||||
textureSize: Qt.size(parent.width, parent.height)
|
||||
visible: false
|
||||
}
|
||||
ShaderEffectSource{
|
||||
id: framesourcenormals
|
||||
sourceItem: framenormals
|
||||
hideSource: true
|
||||
textureSize: Qt.size(parent.width, parent.height)
|
||||
visible: false
|
||||
}
|
||||
Loader{
|
||||
anchors.centerIn: parent
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 02bb99b446a51052f7e950029cf331117ac78ab6
|
||||
Subproject commit 61f6a51f82db778e0bbd33cbf875234df3252b4b
|
Loading…
x
Reference in New Issue
Block a user