mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +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
|
||||
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"
|
||||
threshold = "0.90"
|
||||
trail_bright = "0.07"
|
||||
|
@ -106,4 +106,5 @@ glowFactor = "0.10"
|
|||
hardScan = "-20.0"
|
||||
shadowMask = "2.0"
|
||||
warpX = "0.0"
|
||||
warpY = "0.2"
|
||||
warpY = "0.3"
|
||||
border_on_top = 1.0
|
||||
|
|
Loading…
Reference in a new issue