// _ _
// _| _ ._ _|_ |_ _ _|_ _|_ o _ | _|
//(_|(/_|_) |_ | | (_) | | |(/_|(_|
// |
//
// HOW TO ENABLE/DISABLE DOF :
// You have 4 "#define" which are enabling the different depth of field
// Just type "//" before the "#define" to disable it.
// Example :
" #define EXAMPLE " <= enabled
// " //#define EXAMPLE " <= disabled
// Do you want Depth of field disabled? Then add the // before the #define.
// It's enabled by default.
// What is Depth of field ? Watch the Wikipedia article about it
//
Depth of field - Wikipedia, the free encyclopedia
#define DEPTH_OF_FIELD
// This one enables the Dynamic depth of field, means that it auto-focuses on objects
// Great for doing pictures or for some machinimas but not that great for gameplay (except FPS mod)
// (Disabled by default)
//#define DYNAMIC_DEPTH_OF_FIELD
// Quality of the depth of field :
// Normal quality looks good without the dynamic DOF, It also doesn't eat so much performance.
// It's the recommended one for any computers & people who want DOF.
// High quality is great for dynamic DOF. It looks very nice but costs performance.
// It looks also smoother than normal quality.
// Recommended for screenshots & movies
// !!IMPORTANT!! DON'T ENABLE BOTH QUALITY SETTINGS.
// !!IMPORTANT!! JUST DISABLE THE ONE YOU WON'T USE.
#define DOF_NORMAL_QUALITY
//#define DOF_HIGH_QUALITY