Some cleanups. Improved noise, now virtual resolution aware.

This commit is contained in:
Filippo Scognamiglio
2014-05-31 21:28:25 +02:00
parent 99df010547
commit 7850df26a1
4 changed files with 141 additions and 146 deletions
-5
View File
@@ -247,11 +247,6 @@ Window {
shadersettings.rasterization = shadersettings.pixel_rasterization
}
}
SimpleSlider{
Layout.fillWidth: true
value: shadersettings.rasterization_strength
onValueChanged: shadersettings.rasterization_strength = value
}
}
}
GroupBox{