home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / os2rndr.zip / README next >
Text File  |  1993-11-22  |  2KB  |  47 lines

  1. Render.cmd README
  2.  
  3. Files needed to use this procedure:
  4.    render.ini (or initialization file name of user's choosing)
  5.    Visual Rexx Package
  6.    Persistence of Vision Raytracer
  7.  
  8. Setup:
  9.    1. Copy the command file (render.cmd) and the initialization file
  10.       (render.ini) to your hard drive.  If you wish, you can rename
  11.       render.ini to a filename of your choosing.
  12.    2. edit lines 20 to 23 of render.cmd to match your installation
  13.       of render.cmd (I know -- I could have written a neat install.cmd
  14.       to do this, but I'm too lazy.  I'm not asking for too much here
  15.       am I?)
  16.    3. Assuming render.cmd is in your path, type 'render' on the command
  17.       line of an OS/2 window to begin the procedure.  Optionally you can
  18.       specify the name of the input file and output file on the command line
  19.       as follows:
  20.  
  21.          render [infile[.pov]] [outfile[.tga]]
  22.    
  23.       If the extensions are omitted, either on the command line or in the
  24.       dialog boxes, render assumes .pov for the input file and .tga for the
  25.       output file.
  26.    4. Each time you start Render, it will remember the las input and output
  27.       file names used.  This is handy for rendering trial pictures at 80x60
  28.       resolution.
  29.  
  30. Hints:
  31.    1. Set up a work area to do your ray-tracing.  I have one set up that
  32.       automatically loads OS/2 2.1's enhanced editor along with Peter Nielsen's
  33.       PMView.  This lets me quickly look at the scene after it is rendered
  34.       and integrates everything as one package.
  35.    2. When you aren't sure how your scene will look,  Render it quickly by
  36.       using 80x60 or 320x200 resolution.
  37.    3. Be at least a little familiar with POV before you use this procedure
  38.  
  39. I hope you enjoy this simple little file.  If you make any cool changes, Let me
  40. know!
  41.  
  42.    Gregory Spath
  43.    3027 Guinevere's Drive Apt. B2
  44.    Harrisburg, PA  17110
  45.    Gspath@vnet.ibm.com
  46.    
  47.