- Posts: 25
FXAA settings
- Groovex
-
Topic Author
- Offline
Less More
6 years 6 months ago - 6 years 6 months ago #1 by Groovex
FXAA settings was created by Groovex
Hello everyone. Can somebody suggest setting FXAA in ReShade? I mean Low- Medium - Normal - High and Ultra setting FXAA. It would be awesome. Today i first time install ReShade.
Last edit: 6 years 6 months ago by Groovex.
Please Log in or Create an account to join the conversation.
- Quentin-Tarantino
-
- Offline
Less More
- Posts: 351
6 years 6 months ago #2 by Quentin-Tarantino
Ultra Settings and what i use in GTA V to remove the jaggies without the performance hit of MSAA
Use wider sharpening though to remove some blur
#define FXAA_QUALITY__PRESET 9
#define fxaa_Subpix 1.000
#define fxaa_EdgeThreshold 0.001
#define fxaa_EdgeThresholdMin 0.001
#define FXAA_ToggleKey RFX_ToggleKey //[undef] //-
Hope that helps mate
Replied by Quentin-Tarantino on topic FXAA settings
Hello everyone. Can somebody suggest setting FXAA in ReShade? I mean Low- Medium - Normal - High and Ultra setting FXAA. It would be awesome. Today i first time install ReShade.
Ultra Settings and what i use in GTA V to remove the jaggies without the performance hit of MSAA
Use wider sharpening though to remove some blur
#define FXAA_QUALITY__PRESET 9
#define fxaa_Subpix 1.000
#define fxaa_EdgeThreshold 0.001
#define fxaa_EdgeThresholdMin 0.001
#define FXAA_ToggleKey RFX_ToggleKey //[undef] //-
Hope that helps mate
Please Log in or Create an account to join the conversation.