A little change to make the SSAO better (IMHO) other opinions are welcome)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14795 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -5,7 +5,7 @@ uniform mat4 projm;
|
||||
uniform vec4 samplePoints[16];
|
||||
|
||||
const float strengh = 4.;
|
||||
const float radius = .1f;
|
||||
const float radius = .4f;
|
||||
|
||||
#define SAMPLES 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user