////----------------------// ///**GAUSSIAN_ANAMFLARE**/// //----------------------//// #define USE_GAUSSIAN_ANAMFLARE 1 #define fAnamFlareThreshold 0.92 //[0.10:1.00] //-Every pixel brighter than this value gets a flare. #define fAnamFlareWideness 1.08 //[1.0:2.5] //-Horizontal wideness of flare. Don't set too high, otherwise the single samples are visible #define fAnamFlareAmount 1.25 //[1.0:20.0] //-Intensity of anamorphic flare. #define fAnamFlareCurve 1.05 //[1.0:2.0] //-Intensity curve of flare with distance from source #define fAnamFlareColor float3(0.012,0.313,0.588) //[0.000:1.000] //-R, G and B components of anamorphic flare. Flare is always same color.