home *** CD-ROM | disk | FTP | other *** search
- // By Ofer Faigon, Sep 1994.
- // ofer@brm.co.il
- // (or oferf@itexjct.jct.ac.il)
- //
-
- MKSPACE.C - Generates a table that makes you feel you are flying through
- space. You can control the speed and amount of randomness in
- the result. You can also reverse the direction of flight.
-
- MKSMOKE.C - Generates a table that makes the wave forms look as if they
- are on fire. The effect is quite realistic, because of the
- speed of movement (it is moving faster than the built-in
- flames), and because there is a random component in the
- movement, which makes the smoke spread and blur as it moves
- away.
-
- MKHURICN.C - This one generates the most interesting effect. It looks
- just like Jupiter's red spot, or the turbolance of smoke
- stripes around an object in a wind tunnel, or a hurricane
- viewed from a weather satellite.
-
- MIX_TABS.C - This one takes two TAB files and creates a new file that is
- a combination of the two. The results here are sometimes good
- and sometimes completely chaotic (is there an overflow bug
- here somewhere?)
-
- All programs print an explanation when run without arguments, and all have
- defaults for generating their best outputs.
-
-
-
-