Added a really cool motion blur to the screen!

This commit is contained in:
Filippo Scognamiglio
2014-03-22 11:11:27 +01:00
parent 5aa1da233a
commit 03a72e39b9
5 changed files with 98 additions and 35 deletions
+8
View File
@@ -98,10 +98,18 @@ ApplicationWindow{
Loader{
id: terminal
width: parent.width
height: parent.height
}
MouseArea{
acceptedButtons: Qt.NoButton
anchors.fill: parent
onWheel:
wheel.angleDelta.y > 0 ? terminal.item.scrollUp() : terminal.item.scrollDown()
}
RadialGradient{
id: ambientreflection
z: 2.0