Skip to content

Commit

Permalink
Some tweak to ssao.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlj committed Jun 20, 2014
1 parent 772f80a commit 9eca6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/shaders/ssao.frag
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ layout (std140) uniform MatrixesData

out float AO;

const float sigma = 1.;
const float sigma = 2.;
const float tau = 7.;
const float beta = 0.001;
const float epsilon = .00001;
const float radius = 1.;
const float k = 1.5;
const float k = 5.;

#define SAMPLES 16

Expand Down

0 comments on commit 9eca6db

Please sign in to comment.