Improvements and speedups in scanline effect. It has been moved among the preprocessing effects.
This commit is contained in:
@@ -144,10 +144,10 @@ ApplicationWindow {
|
||||
ColumnLayout{
|
||||
anchors.fill: parent
|
||||
|
||||
CheckBox{
|
||||
text: "Scanlines"
|
||||
checked: shadersettings.scanlines
|
||||
onCheckedChanged: shadersettings.scanlines = checked;
|
||||
SettingComponent{
|
||||
name: "Scanlines"
|
||||
onValueChanged: shadersettings.scanlines = value
|
||||
_value: shadersettings.scanlines
|
||||
}
|
||||
SettingComponent{
|
||||
name: "Bloom"
|
||||
|
||||
Reference in New Issue
Block a user