home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / spec / t3d_doc / water.rea < prev    next >
Text File  |  1994-05-30  |  625b  |  17 lines

  1. This is the source for a C program I wrote over a year ago that uses a
  2. particle system to make a waterfall in Imagine. Looking back on
  3. it, it is pretty crude, but it was a lot of fun way back when. If
  4. I were to redo it now, I could add a lot of polish, especially in
  5. using TDDDlib instead TTDDD to output the objects.
  6.  
  7. This file isn't for beginners: it comes with ABSOLUTELY NO SUPPORT
  8. FROM ME. It is ready to compile in SAS C: to compile it anywhere else
  9. you might have to make one single change: the stci_d is an integer
  10. to string function.
  11.  
  12. There are more docs in the comments in the program.
  13.  
  14. -Steve
  15.  
  16. spworley@netcom.com
  17.