I've been using my own set for about a month now.
Here's my settings:
/*------------------------------------------------------------------------------
TONEMAP
------------------------------------------------------------------------------*/
#define Gamma 1.15
#define Exposure 0.001
#define Saturation 0.5 // use negative values for less saturation.
#define BlueShift 0.01 // Higher = more blue in image.
#define Bleach 0.00 // Bleach bypass, higher = stronger effect
#define Defog 0.055 // Strength of Lens Colors.
#define FogColor float4(-0.20, -0.00, -0.00, 10.0) //Lens-style color filters for Blue, Red, Yellow, White.
I will try Les's and see if there is improvement.
|