mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Lowered film grain intensity
This commit is contained in:
parent
cb0e534804
commit
6bad4df47e
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ struct PS_OUT
|
|||
#define USE_CAS 0
|
||||
|
||||
#define USE_DITHERING 1
|
||||
#define Dithering_QuantizationSteps 8.0 // 8.0 = 2 ^ 3 quantization bits
|
||||
#define Dithering_QuantizationSteps 16.0 // 8.0 = 2 ^ 3 quantization bits
|
||||
#define Dithering_NoiseBoost 1.0
|
||||
#define Dithering_Wide 1.0
|
||||
#define DITHER_IN_LINEAR_SPACE 0
|
||||
|
|
|
@ -8290,7 +8290,7 @@ static const cgShaderDef_t cg_renderprogs[] =
|
|||
"#define USE_CAS 0\n"
|
||||
"\n"
|
||||
"#define USE_DITHERING 1\n"
|
||||
"#define Dithering_QuantizationSteps 8.0 // 8.0 = 2 ^ 3 quantization bits\n"
|
||||
"#define Dithering_QuantizationSteps 16.0 // 8.0 = 2 ^ 3 quantization bits\n"
|
||||
"#define Dithering_NoiseBoost 1.0\n"
|
||||
"#define Dithering_Wide 1.0\n"
|
||||
"#define DITHER_IN_LINEAR_SPACE 0\n"
|
||||
|
|
Loading…
Reference in a new issue