gadgettuta.blogg.se

Far cry 2 change fov
Far cry 2 change fov











#define USE_DPX 1 // 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 0 // HDR : Not actual HDR - It just tries to mimic an HDR look (relatively high performance cost)

far cry 2 change fov

#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. #define USE_SMAA_ANTIALIASING 0 // SMAA Anti-aliasing : Smoothens jagged lines.













Far cry 2 change fov