Quellcode durchsuchen

* examples/cacaplas: slower animation.

tags/v0.99.beta14
Sam Hocevar sam vor 20 Jahren
Ursprung
Commit
6a937d2d5e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      examples/cacaplas.c

+ 2
- 2
examples/cacaplas.c Datei anzeigen

@@ -62,10 +62,10 @@ int main (int argc, char **argv)
red[i] = green[i] = blue[i] = alpha[i] = 0; red[i] = green[i] = blue[i] = alpha[i] = 0;


for(i = 0; i < 3; i++) for(i = 0; i < 3; i++)
r[i] = (double)(caca_rand(1, 1000)) / 30000 * M_PI;
r[i] = (double)(caca_rand(1, 1000)) / 60000 * M_PI;


for(i = 0; i < 6; i++) for(i = 0; i < 6; i++)
R[i] = (double)(caca_rand(1, 1000)) / 5000;
R[i] = (double)(caca_rand(1, 1000)) / 10000;


for(y = 0 ; y < TABLEY ; y++) for(y = 0 ; y < TABLEY ; y++)
for(x = 0 ; x < TABLEX ; x++) for(x = 0 ; x < TABLEX ; x++)


Laden…
Abbrechen
Speichern