From 24843956d201f76ce60eb8789fb1459d82714182 Mon Sep 17 00:00:00 2001 From: Lolbot Date: Thu, 17 Jan 2013 23:16:52 +0000 Subject: [PATCH] fixed 27 files out of 2315: - removed 0 CR characters - removed 188 trailing whitespaces - replaced 537 tabs with spaces --- neercs/video/postfx.lolfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neercs/video/postfx.lolfx b/neercs/video/postfx.lolfx index 243ca52..acf17d2 100644 --- a/neercs/video/postfx.lolfx +++ b/neercs/video/postfx.lolfx @@ -95,7 +95,7 @@ void main(void) else r = mix(c4,c5,k*((k-(r_p+r_h))/(r_p-r_h))); - //c*=moire_h.x+moire_h.y*sin(z.y*float(screen_size.y*moire_h.z)/ratio_2d.y)*sin(0.5+z.x*float(screen_size.x*moire_h.w)/ratio_2d.x); // moire h + //c*=moire_h.x+moire_h.y*sin(z.y*float(screen_size.y*moire_h.z)/ratio_2d.y)*sin(0.5+z.x*float(screen_size.x*moire_h.w)/ratio_2d.x); // moire h //c*=moire_v.x+moire_v.y*sin(z.x*float(screen_size.x*moire_v.z)/ratio_2d.x)*sin(0.5+z.y*float(screen_size.y*moire_v.w)/ratio_2d.y); // moire v c*=moire_h.x+moire_h.y*sin(z.y*float(angle.y*moire_h.z)/ratio_2d.y)*sin(PI+z.x*float(screen_size.x*moire_h.w)/ratio_2d.x); // moire h