mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
add pvm border to trinitron preset
This commit is contained in:
parent
5f6cbcb562
commit
90e2f61950
Binary file not shown.
Before Width: | Height: | Size: 984 KiB After Width: | Height: | Size: 988 KiB |
10
presets/crt-lottes-trinitron.slangp
Normal file → Executable file
10
presets/crt-lottes-trinitron.slangp
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
shaders = 17
|
shaders = 18
|
||||||
|
|
||||||
shader0 = ../crt/shaders/crt-lottes-multipass/glow-trails0.slang
|
shader0 = ../crt/shaders/crt-lottes-multipass/glow-trails0.slang
|
||||||
filter_linear0 = false
|
filter_linear0 = false
|
||||||
|
@ -90,6 +90,13 @@ alias15 = horz7plus1
|
||||||
|
|
||||||
shader16 = ../crt/shaders/crt-lottes-multipass/crt-lottes-multipass-glow.slang
|
shader16 = ../crt/shaders/crt-lottes-multipass/crt-lottes-multipass-glow.slang
|
||||||
texture_wrap_mode16 = "clamp_to_edge"
|
texture_wrap_mode16 = "clamp_to_edge"
|
||||||
|
scale16 = 4.0
|
||||||
|
scale_type16 = source
|
||||||
|
|
||||||
|
shader17 = ../border/shaders/imgborder.slang
|
||||||
|
|
||||||
|
textures = BORDER
|
||||||
|
BORDER = ../border/textures/pvm.png
|
||||||
|
|
||||||
parameters = "mixfactor;threshold;trail_bright;glowFactor;hardScan;shadowMask;warpX"
|
parameters = "mixfactor;threshold;trail_bright;glowFactor;hardScan;shadowMask;warpX"
|
||||||
mixfactor = "0.75"
|
mixfactor = "0.75"
|
||||||
|
@ -99,3 +106,4 @@ glowFactor = "0.10"
|
||||||
hardScan = "-20.0"
|
hardScan = "-20.0"
|
||||||
shadowMask = "2.0"
|
shadowMask = "2.0"
|
||||||
warpX = "0.0"
|
warpX = "0.0"
|
||||||
|
warpY = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue