home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / 3d / povray.3b.README < prev    next >
Encoding:
Text File  |  1996-08-31  |  2.4 KB  |  71 lines

  1. POVRAY 3.0 Compiled QUAD Fat for NEXTSTEP
  2. -----------------------------------------
  3.  
  4. This archive contains a full BINARY release of POVRAY 3.0 for use with
  5. NEXTSTEP/OpenStep.  It has not been tested with anything but NS 3.3.
  6. Do not redistribute without reading the licensing agreement.
  7.  
  8. PRINTING THE MANUAL
  9. -------------------
  10.  
  11. The manual is awesome;  it is well written, contains lots of
  12. illustrations, has an excellent tutorial followed by an excellent
  13. technical reference.  It is 406 pages long.  To save on paper, do:
  14.  
  15. gzip -d -c < povdoc.ps.gz | psnup -G | open
  16.  
  17. This will open the psnup'd output in Preview... as long as your eyes
  18. are pretty good, the final printed output is quite readable and you
  19. will save a bunch of paper.
  20.  
  21. The manual is formatted for output in book form;  so if you have a
  22. double-sided printer, definitely do use it.
  23.  
  24. INSTALLING THE PACKAGE
  25. ----------------------
  26.  
  27. 1) Unarchive the distribution (this will result in a directory tree
  28.     rooted at 'povray3/' that contains everything needed to run
  29.     POVRAY; including initialization files, the binary, and full
  30.     documentation.
  31.  
  32. 2) Copy the povray3 directory to some common library directory;  both
  33.     /usr/local/lib/ and /LocalDeveloper/lib are likely candidates.
  34.  
  35. 3) Copy the povray3/povray quad-fat binary to a bin directory that is
  36.     in your PATH.  /usr/local/bin/ is a good place.
  37.  
  38. 4) Copy the povray3/povray.1 man page to a standard man directory;
  39.     /usr/local/man/man1/ is appropriate.  Within the povray3
  40.     directory, a postscript version of the man page is available
  41.     as povray3/povray.1.ps. 
  42.  
  43. 5) Copy the povray3/dot-povrayrc file to ~/.povrayrc.  This file
  44.     supplies the basic configuration to the povray rendering
  45.     engine whenever a scene is rendered.  All of the options in
  46.     the file can be overridden on the command line.   Open the
  47.     file and modify it as appropriate.
  48.  
  49.     Most notably, you may want to change the output file format.
  50.     It is set to PNG within the configuration file, but without a
  51.     PNG viewer, the extremely high quality of a PNG file will not
  52.     do you much good.
  53.  
  54. 6) Copy some of the sample scenes from the povray3/ hierarchy into
  55.     some useful place and render a few test scenes.
  56.  
  57. That's it!
  58.  
  59. ----
  60.  
  61. I have written an image viewer that can view PNG files in their full,
  62. stunning, with-transparency glory.  It will be made available shortly.
  63.  
  64. If you have any questions or problems, please send email to:
  65.  
  66. <bbum@friday.com>
  67.  
  68. enjoy.
  69. b.bum
  70.  
  71.