View Single Post
  #1  
Old 08-02-2015, 10:48 PM
knowom's Avatar
knowom
Discordant
 
Join Date: Jun 2006
Posts: 371
Default

Quote:
#define USE_DITHER 1
I recommend setting it to 0 made the sky look ugly and scale like almost.

I enabled SMAA and tweaked it to it's "ultra" configuration preset below

Quote:
/*-----------------------------------------------------------.
/ SMAA Anti-aliasing settings /
'-----------------------------------------------------------*/

#define SMAA_THRESHOLD 0.05 //[0.05 to 0.20] Edge detection threshold. If SMAA misses some edges try lowering this slightly. I prefer between 0.08 and

0.12.
#define SMAA_MAX_SEARCH_STEPS 32 //[0 to 98] Determines the radius SMAA will search for aliased edges
#define SMAA_MAX_SEARCH_STEPS_DIAG 16 //[0 to 16] Determines the radius SMAA will search for diagonal aliased edges
#define SMAA_CORNER_ROUNDING 25 //[0 to 100] Determines the percent of antialiasing to apply to corners. 0 seems to affect fine text the least so it's the

default.
Currently how things look with latest adjustment changes


Will have to try FXAA Anti-aliasing settings tomorrow not sure if both can be enabled for a best of both worlds effect or not, but in any case it's worth comparing. Will also probably try other stuff too just want to see how well I can tune these tweak settings for different things they are quite nice.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote