Changeset 462


Ignore:
Timestamp:
Jan 13, 2005, 9:46:00 PM (18 years ago)
Author:
Sam Hocevar
Message:
  • examples/cacaplas: slower animation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/examples/cacaplas.c

    r377 r462  
    6363
    6464    for(i = 0; i < 3; i++)
    65         r[i] = (double)(caca_rand(1, 1000)) / 30000 * M_PI;
     65        r[i] = (double)(caca_rand(1, 1000)) / 60000 * M_PI;
    6666
    6767    for(i = 0; i < 6; i++)
    68         R[i] = (double)(caca_rand(1, 1000)) / 5000;
     68        R[i] = (double)(caca_rand(1, 1000)) / 10000;
    6969
    7070    for(y = 0 ; y < TABLEY ; y++)
Note: See TracChangeset for help on using the changeset viewer.