home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / povray / !POVray / !Help < prev    next >
Text File  |  1992-09-19  |  2KB  |  64 lines

  1.             Persistence of Vision Raytracer
  2.                     Version 1.0 
  3.             -------------------------------
  4.                
  5.    The Persistence of Vision Raytracer creates
  6. three-dimensional, photo-realistic images using a
  7. rendering technique called ray tracing. It reads in a
  8. text file containing information describing the objects
  9. and lighting in a scene and generates an image of that
  10. scene from the view point of a camera also described in
  11. the text file. Ray tracing is not a fast process by any
  12. means, but it produces very high quality images with
  13. realistic reflections, shading, perspective, and other
  14. effects.
  15.  
  16.    This version was ported to the Acorn Archimedes by
  17. Pete Goodwin, July 1992. This supersedes versions of
  18. !PVray (1.7.2) and is the successor to Beta 0.5.
  19.  
  20.    This version is approved by the POV-Team, but it is
  21. not an official release and they have no way of
  22. supporting it. They will try to answer any questions
  23. where they are able, though. Any problems or queries
  24. about this version should be directed to me, Pete
  25. Goodwin.
  26.  
  27.    This version has a front end (called Front) that
  28. starts the ray tracer main task (called POVray). The
  29. file !RunPOV is called by Front and the parameters
  30. passed to !RunPOV. It is possible to run the raytracer
  31. without the use of the front end application by studying
  32. the manual for the command line switches to POVray. In
  33. summary these are:
  34.  
  35.    +i<filename> input scene filename
  36.    +o<filename> output image filename
  37.    +w####       width of image in pixels
  38.    +h####       height of image in pixels
  39.    +v           verbose option (not implemented in
  40.                 desktop version)
  41.    +d##         display mode of previewer
  42.    +f?          where t, d or r indicates Targa, Dump
  43.                 (QRT) or Raw output file format
  44.    -f           disable file output
  45.    +s####       start line for tracing portion of screen
  46.    +e####       end line for tracing portion of screen
  47.    +c           continue an aborted partial image
  48.    +b####       buffer size. This should be 16 - it
  49.                 indicates the size of file buffer in
  50.                 kbytes. If you use -b0, it closes the
  51.                 file every line - safer but much slower!
  52.    +a####       antialiasing
  53.    +q#          quality
  54.    +l<path>     library path
  55.  
  56. Pete Goodwin
  57. 15 Essex St
  58. Reading
  59. Berks
  60. RG2 0EH
  61.  
  62. I can also be reached on Arcade and The World of Cryton
  63. BBS.
  64.