Skip to content
Snippets Groups Projects
Commit 46be3759 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

rewind to original LIC parameters

parent 353a0886
No related branches found
No related tags found
No related merge requests found
Pipeline #199 passed
...@@ -6,7 +6,7 @@ in vec2 varTexcoord; ...@@ -6,7 +6,7 @@ in vec2 varTexcoord;
vec2 imgSize = vec2( textureSize( image_sampler, 0 ) ); vec2 imgSize = vec2( textureSize( image_sampler, 0 ) );
const int halfsize = 40; const int halfsize = 40;
const float dirFactor = 0.5; const float dirFactor = 1.;
const float randCeil = 0.3; const float randCeil = 0.3;
#if 1 #if 1
...@@ -90,5 +90,5 @@ void main() { ...@@ -90,5 +90,5 @@ void main() {
out_color = vec4(result / (4 * half_width * half_width), 1); out_color = vec4(result / (4 * half_width * half_width), 1);
*/ */
out_color = lic( image_sampler, false ); out_color = lic( image_sampler, true );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment