home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Utilitaires divers / Images / Mac POV Utils 1.1 ƒ / POV-Utils Docs.Raw / POVSuds / SUDS.DOC < prev   
Encoding:
Text File  |  1992-01-02  |  1.7 KB  |  37 lines  |  [TEXT/ttxt]

  1. POVSUDS: Usage POVSUDS output.inc
  2.  
  3. POVSUDS is a variation of a program written by Sam Hobbs and published in
  4. the Sept '91 C User's Journal.  The basic algorithm is from Clifford
  5. Pickover's "Computers, Pattern, Chaos, and Beauty" (St. Martin's Press).
  6.  
  7. I have added the ability to create Persistance of Vision Raytracer data files
  8. using redirection.  The file thusly created will consist of a composite of
  9. declared objects (SudsObject) that can be declared as any object that you
  10. desire (and have the CPU power to trace!) as long as the object has the same
  11. size as a unit sphere (radius=1).  A file called SUDS.DAT is included in this
  12. package.  This file is the "root" data file and it #includes the data generated
  13. by this program.  You must change the name of the #include file to match
  14. that of the POVSUDS output file.
  15.  
  16. This program is FAR from finished.  If you care to participate in its growth,
  17. please read the header information in the .c file for some sense of the
  18. direction that I'd like to see it move in.  Please share your enhancements
  19. with the PoV Team on COMPUSERVE (GO COMART).
  20.  
  21.     - Dan Farmer
  22.         November 91
  23.  
  24. I have made the following changes:
  25.          o Changed to support new PoV {} syntax
  26.          o Added registerVGA call to link with egavga.obj
  27.          o Made errors go to stderr
  28.          o Added 3D support (centers no longer constrained to a plane)
  29.          o Cleaned up input screen
  30.          o Added support for multiple textures
  31.          o Added spherical and rectangular bounding options
  32.          o Output to command line parameter
  33.          o Home the screen after <A>gain
  34.  
  35.     - Tim Wegner
  36.         January 92
  37.