Now ambient reflection is integrated in the screen frame. This improves performances and quality.

This commit is contained in:
Filippo Scognamiglio
2014-04-17 15:20:15 +02:00
parent 475f6bde37
commit 6f34085f7b
7 changed files with 4 additions and 17 deletions
-11
View File
@@ -143,17 +143,6 @@ ApplicationWindow{
anchors.fill: parent
z: 1.9
}
RadialGradient{
id: ambientreflection
z: 2.0
anchors.fill: parent
cached: true
opacity: shadersettings.ambient_light * 0.4
gradient: Gradient{
GradientStop{position: 0.0; color: "white"}
GradientStop{position: 0.7; color: "#00000000"}
}
}
Loader{
id: sizeoverlayloader
z: 3