Quote:
Originally Posted by klem
...Are there any settings in the FXAA Section(s) that will reduce the text blurring or even effectively minimise all the FXAA effects to zilch and just leave the tone mapping?
|
There are these settings...
FXAA SHADER
------------------------------------------------------------------------------*/
// Set values to calculate the amount of Anti Aliasing applied
float fxaaQualitySubpix = 0.65; // Default: 0.75 Raise to increase amount of blur
float fxaaQualityEdgeThreshold = 0.133; // Lower the value for more smoothing
float fxaaQualityEdgeThresholdMin = 0.0633; // Lower the value for more smoothing...
But I've tried adjusting them up and down and couldn't see any difference.
The whole thing could probably be re-packaged leaving the FXAA part of it out altogether, but that's beyond me.