mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 08:11:29 +11:00
tweak trinitron settings to work better with border
This commit is contained in:
parent
90e2f61950
commit
e3441b8cc9
|
@ -98,7 +98,7 @@ shader17 = ../border/shaders/imgborder.slang
|
||||||
textures = BORDER
|
textures = BORDER
|
||||||
BORDER = ../border/textures/pvm.png
|
BORDER = ../border/textures/pvm.png
|
||||||
|
|
||||||
parameters = "mixfactor;threshold;trail_bright;glowFactor;hardScan;shadowMask;warpX"
|
parameters = "border_on_top;mixfactor;threshold;trail_bright;glowFactor;hardScan;shadowMask;warpX"
|
||||||
mixfactor = "0.75"
|
mixfactor = "0.75"
|
||||||
threshold = "0.90"
|
threshold = "0.90"
|
||||||
trail_bright = "0.07"
|
trail_bright = "0.07"
|
||||||
|
@ -106,4 +106,5 @@ glowFactor = "0.10"
|
||||||
hardScan = "-20.0"
|
hardScan = "-20.0"
|
||||||
shadowMask = "2.0"
|
shadowMask = "2.0"
|
||||||
warpX = "0.0"
|
warpX = "0.0"
|
||||||
warpY = "0.2"
|
warpY = "0.3"
|
||||||
|
border_on_top = 1.0
|
||||||
|
|
Loading…
Reference in a new issue