diff options
Diffstat (limited to 'shader.h')
| -rw-r--r-- | shader.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,10 +8,10 @@ #define CRTS_WARP 1 //-------------------------------------------------------------- // Try different masks -#define CRTS_MASK_GRILLE 1 +// #define CRTS_MASK_GRILLE 1 // #define CRTS_MASK_GRILLE_LITE 1 // #define CRTS_MASK_NONE 1 -// #define CRTS_MASK_SHADOW 1 +#define CRTS_MASK_SHADOW 1 // -------------------------------------------------------------- // Scanline thinness // 0.50 = fused scanlines @@ -30,5 +30,5 @@ // 0.25 = large amount of mask (not recommended, too dark) // 0.50 = recommended default // 1.00 = no shadow mask -#define INPUT_MASK 0.5 +#define INPUT_MASK 0.6 |
