Added bloom effect!

This commit is contained in:
Filippo Scognamiglio
2014-03-23 18:29:19 +01:00
parent 5076bf58b3
commit d0e4086d86
4 changed files with 69 additions and 46 deletions
+5
View File
@@ -138,6 +138,11 @@ ApplicationWindow {
checked: shadersettings.scanlines
onCheckedChanged: shadersettings.scanlines = checked;
}
SettingComponent{
name: "Bloom"
onValueChanged: shadersettings.bloom_strength = value
_value: shadersettings.bloom_strength
}
SettingComponent{
name: "Motion Blur"
onValueChanged: shadersettings.motion_blur = value