Added bloom effect!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user