invisible

diff data/shaders/invisible.v.glsl @ 26:61d593076c56

foo
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 17 Nov 2013 23:02:40 +0200
parents 8b81571dd4dd
children
line diff
     1.1 --- a/data/shaders/invisible.v.glsl	Sun Nov 17 12:46:45 2013 +0200
     1.2 +++ b/data/shaders/invisible.v.glsl	Sun Nov 17 23:02:40 2013 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  void main()
     1.5  {
     1.6  	const float threshold = 0.8;
     1.7 -	const float scale = 4.0;
     1.8 +	const float scale = 5.0;
     1.9  
    1.10  	float texel = texture2D(depth_tex, gl_MultiTexCoord0.xy).r;
    1.11  	vec4 vpos = gl_Vertex;