Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 2c80af5

Browse files
committed
Tweaked FXAA quality settings
1 parent 224ed60 commit 2c80af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PostProcessing/Shaders/Builtins/FinalPass.shader

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Shader "Hidden/PostProcessing/FinalPass"
2121
#endif
2222

2323
#if FXAA_LOW
24-
#define FXAA_QUALITY__PRESET 28
24+
#define FXAA_QUALITY__PRESET 12
2525
#define FXAA_QUALITY_SUBPIX 1.0
26-
#define FXAA_QUALITY_EDGE_THRESHOLD 0.125
26+
#define FXAA_QUALITY_EDGE_THRESHOLD 0.166
2727
#define FXAA_QUALITY_EDGE_THRESHOLD_MIN 0.0625
2828
#else
29-
#define FXAA_QUALITY__PRESET 39
29+
#define FXAA_QUALITY__PRESET 28
3030
#define FXAA_QUALITY_SUBPIX 1.0
3131
#define FXAA_QUALITY_EDGE_THRESHOLD 0.063
3232
#define FXAA_QUALITY_EDGE_THRESHOLD_MIN 0.0312

0 commit comments

Comments
 (0)