Return to site

Stalker lights sweet fx and enb

broken image
broken image

#define USE_TONEMAP 0 // Tonemap : Adjust gamma, exposure, saturation, bleach and defog. #define USE_LIFTGAMMAGAIN 1 // Lift Gamma Gain : Adjust brightness and color of shadows, midtones and highlights (avoids clipping) #define USE_DPX 0 // Cineon DPX : Should make the image look like it's been converted to DXP Cineon - basically it's another movie-like look similar to technicolor. #define USE_TECHNICOLOR 0 // TECHNICOLOR : Attempts to mimic the look of an old movie using the Technicolor three-strip color process (Techicolor Process 4) #define USE_HDR 1 // HDR : Not actual HDR - It just tries to mimic an HDR look (relatively high performance cost) #define USE_BLOOM 1 // Bloom : Makes bright lights bleed their light into their surroundings (relatively high performance cost) #define USE_LUMASHARPEN 1 // LumaSharpen : Also sharpens the antialiased edges which makes them less smooth - I'm working on fixing that.

broken image
broken image

#define USE_SMAA_ANTIALIASING 1 // SMAA Anti-aliasing : Smoothens jagged lines using the SMAA technique.