home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / pc / cthugha / tables.txt < prev    next >
Encoding:
Text File  |  1996-05-03  |  1.3 KB  |  32 lines

  1. // By Ofer Faigon, Sep 1994.
  2. //     ofer@brm.co.il
  3. //     (or oferf@itexjct.jct.ac.il)
  4. //
  5.  
  6.   MKSPACE.C - Generates a table that makes you feel you are flying through
  7.               space. You can control the speed and amount of randomness in
  8.               the result. You can also reverse the direction of flight.
  9.  
  10.   MKSMOKE.C - Generates a table that makes the wave forms look as if they
  11.               are on fire. The effect is quite realistic, because of the
  12.               speed of movement (it is moving faster than the built-in
  13.               flames), and because there is a random component in the
  14.               movement, which makes the smoke spread and blur as it moves
  15.               away.
  16.  
  17.   MKHURICN.C - This one generates the most interesting effect. It looks
  18.               just like Jupiter's red spot, or the turbolance of smoke
  19.               stripes around an object in a wind tunnel, or a hurricane
  20.               viewed from a weather satellite.
  21.  
  22.   MIX_TABS.C - This one takes two TAB files and creates a new file that is
  23.               a combination of the two. The results here are sometimes good
  24.               and sometimes completely chaotic (is there an overflow bug
  25.               here somewhere?)
  26.  
  27. All programs print an explanation when run without arguments, and all have
  28. defaults for generating their best outputs.
  29.  
  30.  
  31.  
  32.