Sfoglia il codice sorgente

fixed 27 files out of 2315:

- removed 0 CR characters
 - removed 188 trailing whitespaces
 - replaced 537 tabs with spaces
master
Lolbot Sam Hocevar <sam@hocevar.net> 12 anni fa
parent
commit
24843956d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      neercs/video/postfx.lolfx

+ 1
- 1
neercs/video/postfx.lolfx Vedi File

@@ -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


Caricamento…
Annulla
Salva