mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-21 23:31:30 +11:00
Updated defaults for the main presets and moved the old default into a 'saturated' default
This commit is contained in:
parent
69edae29fe
commit
82a26fe581
|
@ -96,13 +96,10 @@ alias8 = ""
|
|||
float_framebuffer8 = "false"
|
||||
srgb_framebuffer8 = "false"
|
||||
|
||||
hcrt_crt_screen_type = "0.000000"
|
||||
hcrt_colour_system = "3.000000"
|
||||
hcrt_contrast = "0.000000"
|
||||
hcrt_brightness = "0.000000"
|
||||
hcrt_saturation = "0.450000"
|
||||
hcrt_gamma_in = "2.220000"
|
||||
hcrt_expand_gamut = "1.000000"
|
||||
hcrt_colour_system = "1.000000"
|
||||
hcrt_paper_white_nits = "400.000000"
|
||||
hcrt_phosphor_set = "3.000000"
|
||||
|
||||
hcrt_red_scanline_min = "0.8900000"
|
||||
hcrt_red_scanline_max = "1.000000"
|
||||
hcrt_red_scanline_attack = "0.300000"
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
#reference "shaders/crt-sony-megatron-hdr.slangp"
|
||||
|
||||
hcrt_crt_screen_type = "0.000000"
|
||||
hcrt_colour_system = "3.000000"
|
||||
hcrt_contrast = "0.000000"
|
||||
hcrt_brightness = "0.000000"
|
||||
hcrt_saturation = "0.450000"
|
||||
hcrt_gamma_in = "2.220000"
|
||||
hcrt_expand_gamut = "1.000000"
|
||||
hcrt_colour_system = "1.000000"
|
||||
hcrt_paper_white_nits = "400.000000"
|
||||
hcrt_phosphor_set = "3.000000"
|
||||
hcrt_red_scanline_min = "0.8900000"
|
||||
hcrt_red_scanline_max = "1.000000"
|
||||
hcrt_red_scanline_attack = "0.300000"
|
||||
|
|
25
hdr/crt-sony-megatron-saturated-hdr.slangp
Normal file
25
hdr/crt-sony-megatron-saturated-hdr.slangp
Normal file
|
@ -0,0 +1,25 @@
|
|||
#reference "shaders/crt-sony-megatron-hdr.slangp"
|
||||
|
||||
hcrt_crt_screen_type = "0.000000"
|
||||
hcrt_colour_system = "3.000000"
|
||||
hcrt_contrast = "0.000000"
|
||||
hcrt_brightness = "0.000000"
|
||||
hcrt_saturation = "0.450000"
|
||||
hcrt_gamma_in = "2.220000"
|
||||
hcrt_expand_gamut = "1.000000"
|
||||
hcrt_red_scanline_min = "0.8900000"
|
||||
hcrt_red_scanline_max = "1.000000"
|
||||
hcrt_red_scanline_attack = "0.300000"
|
||||
hcrt_green_scanline_min = "0.600000"
|
||||
hcrt_green_scanline_max = "0.800000"
|
||||
hcrt_green_scanline_attack = "0.300000"
|
||||
hcrt_blue_scanline_min = "0.600000"
|
||||
hcrt_blue_scanline_max = "0.800000"
|
||||
hcrt_blue_scanline_attack = "0.300000"
|
||||
hcrt_red_beam_sharpness = "1.300000"
|
||||
hcrt_red_beam_attack = "1.000000"
|
||||
hcrt_green_beam_sharpness = "1.300000"
|
||||
hcrt_green_beam_attack = "1.000000"
|
||||
hcrt_blue_beam_sharpness = "1.300000"
|
||||
hcrt_blue_beam_attack = "1.000000"
|
||||
|
|
@ -132,9 +132,10 @@ alias11 = ""
|
|||
float_framebuffer11 = "false"
|
||||
srgb_framebuffer11 = "false"
|
||||
|
||||
hcrt_brightness = "0.150000"
|
||||
hcrt_colour_system = "3.000000"
|
||||
hcrt_expand_gamut = "1.000000"
|
||||
hcrt_colour_system = "1.000000"
|
||||
hcrt_paper_white_nits = "400.000000"
|
||||
hcrt_phosphor_set = "3.000000"
|
||||
|
||||
hcrt_red_vertical_convergence = "-0.140000"
|
||||
hcrt_green_vertical_convergence = "0.000000"
|
||||
hcrt_blue_vertical_convergence = "0.000000"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#reference "shaders/crt-sony-megatron-hdr.slangp"
|
||||
|
||||
hcrt_brightness = "0.150000"
|
||||
hcrt_colour_system = "3.000000"
|
||||
hcrt_expand_gamut = "1.000000"
|
||||
hcrt_colour_system = "1.000000"
|
||||
hcrt_paper_white_nits = "400.000000"
|
||||
hcrt_phosphor_set = "3.000000"
|
||||
hcrt_red_vertical_convergence = "-0.140000"
|
||||
hcrt_green_vertical_convergence = "0.000000"
|
||||
hcrt_blue_vertical_convergence = "0.000000"
|
||||
|
|
Loading…
Reference in a new issue