Raise one of ssao tolerance value.

This commit is contained in:
vlj 2014-07-17 00:12:54 +02:00
parent e6bade24ad
commit 40a7ab0780

View File

@ -26,7 +26,7 @@ out float AO;
const float sigma = 1.;
const float tau = 7.;
const float beta = 0.001;
const float beta = 0.002;
const float epsilon = .00001;
const float radius = 1.;
const float k = 1.5;