home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / PROGRAMS / POVRAY / POVDOC.ZIP / POVINF.DOC < prev    next >
Text File  |  1992-07-18  |  9KB  |  198 lines

  1.                   Persistence of Vision Raytracer
  2.                           Version 1.0 
  3.                         Basic Information
  4.                   -------------------------------
  5.     
  6.     The Persistence of Vision Raytracer creates three-dimensional,
  7. photo-realistic images using a rendering technique called ray tracing.
  8. It reads in a text file containing information describing the objects and
  9. lighting in a scene and generates an image of that scene from the view
  10. point of a camera also described in the text file. Ray tracing is not
  11. a fast process by any means, but it produces very high quality images
  12. with realistic reflections, shading, perspective, and other effects.
  13.  
  14.    The POV-Ray package includes detailed instructions on using the
  15. raytracer and creating scenes. Many stunning scenes are included with
  16. POV-Ray so you can start creating images immediately when you get
  17. the package. These scenes can be modified by the user also so they
  18. don't have to start from scratch.
  19.  
  20.    In addition to the pre-defined scenes are a large library of
  21. predefined shapes and materials that can be used in your own scenes by
  22. just typing the name of the shape or material.
  23.  
  24.    POV-Ray is easy to use, and also includes many advanced features
  25. like bezier patches, blobs, height-fields, bump mapping, and material
  26. mapping.
  27.  
  28.    POV-Ray can be used on IBM-PC and compatibles, Apple Macintoshes,
  29. Commodore Amiga's, UNIX, and other computers.
  30.  
  31.    Here is a list the files that you need to use POV-Ray on your 
  32. computer. 
  33.  
  34. The latest versions of these files are available over CompuServe, 
  35. America Online, Internet, and several BBS's. See 'Where to find POV-Ray 
  36. files' section below for more info.
  37.  
  38. ----------------------------------------------------------------------------
  39.                 
  40.      For IBM-PC & compatibles:
  41.      -------------------------      
  42.         Requires: 386 or better CPU and at least 2 meg of RAM
  43.                   A math co-processor and VGA display is recommended
  44.                   This version will run under DOS, OS/2 and Windows.
  45.                   It will not run under Desqview.
  46.         
  47.         Files required:
  48.         POVDOC.ZIP - The documentation for POV-Ray
  49.         POVSCN.ZIP - The example scene files for POV-Ray
  50.         POVIBM.ZIP - Executable and docs for IBM-PC and compatibles
  51.         
  52.         You will also need a program like PICLAB or Image Alchemy to convert
  53.         the TGA files output by POV-Ray to GIF files and a GIF viewer
  54.         program. These programs can be found from any of the sources 
  55.         listed below.  
  56.         
  57.         Optional Files:
  58.         The source is not needed to use POV-Ray. It is provided for the
  59.         curious and adventurous
  60.         
  61.         POVSRC.ZIP - The C source code for POV-Ray
  62.         
  63.         
  64.      For Apple Macintosh:
  65.      --------------------
  66.         Requires: 68020 or better CPU, 32 bit Color Quickdraw, and
  67.                   a math co-processor or software emulation of a 
  68.                   math co-processor.
  69.        
  70.                   The math co-processor emulator is needed on the Mac LC 
  71.                   and Powerbook 140. The documentation included with the 
  72.                   executable describes where to find a math co-processor 
  73.                   emulator.
  74.        
  75.                   32 bit Color Quickdraw is part of System 7's automatic 
  76.                   installation on color Macs. Owners of Mac SE/30 and 
  77.                   other non-color Macs will need to use custom 
  78.                   installation options to add 32 bit Color Quickdraw. 
  79.                    
  80.         Files Required:
  81.         POVDOC.SIT - The documentation for POV-Ray
  82.         POVSCN.SIT - The example scene files for POV-Ray
  83.         POVMAC.SIT - Executable and docs for Apple Macintosh
  84.         
  85.         Optional Files:
  86.         The source is not needed to use POV-Ray. It is provided for the
  87.         curious and adventurous
  88.         
  89.         POVSRC.SIT - The C source code for POV-Ray
  90.         
  91.      
  92.      For Commodore Amiga:
  93.      --------------------
  94.         Requires: Amiga 500, 1000, 2000, and 3000's and should work 
  95.                   under AmigaDOS 1.3 or 2.xx.  Supports HAM mode as 
  96.                   well as HAM-E and the Firecracker.   
  97.         
  98.         Files Required:
  99.         POVDOC.LZH - The documentation for POV-Ray
  100.         POVSCN.LZH - The example scene files for POV-Ray
  101.         POVAMI.LZH - Executable and docs for Commodore Amiga
  102.         
  103.         Optional Files:
  104.         The source is not needed to use POV-Ray. It is provided for the
  105.         curious and adventurous
  106.         
  107.         POVSRC.LZH - The C source code for POV-Ray
  108.         
  109.      
  110.      For UNIX & Others:
  111.      ------------------        
  112.         Required: A C compiler for your computer and some knowledge
  113.                   of how to use it.
  114.         
  115.         Files required:
  116.         POVDOC.TAR - The documentation for POV-Ray
  117.         POVSCN.TAR - The example scene files for POV-Ray
  118.         POVSRC.TAR - The C source code for POV-Ray
  119.         
  120. ----------------------------------------------------------------------------
  121.  
  122.    In the POVDOC archive is the file POVRAY.DOC which contains details 
  123. on installing and using POV-Ray. Specific instructions for
  124. using POV-Ray with your computer are included with the executable.
  125.  
  126.  ** POV-Ray is copyrighted freeware written by the POV-Team. 
  127.  ** It may be freely distributed subject to the restrictions 
  128.  ** defined in POVLEGAL.DOC found in POVDOC archive.
  129.  ** POV-Ray is NOT public domain software.
  130.    
  131.  POV-Ray is based on DKBTrace 2.12 by David K. Buck and Aaron A. Collins.
  132.    
  133.    The POV-Team is a collection of volunteer programmers, designers,
  134. animators and artists meeting via electronic mail on Compuserve's
  135. COMART forum, section 16 Raytracing (COMART is also the home of the
  136. very popular Fractint and its authors the Stone Soup Group.)
  137.  
  138.    The POV-Team's goal is to create freely distributable, high
  139. quality rendering and animation software written in C that can be
  140. easily ported to many different computers. 
  141.  
  142.    If you have any questions about POV-Ray, please contact
  143.  
  144.      Drew Wells
  145.      [POV-Team Leader]
  146.      
  147.      CIS: 73767,1244
  148.      Internet: 73767.1244@compuserve.com
  149.      AOL: Drew Wells
  150.      
  151. ---------------------------------------------------------------------------
  152.        Where to find the POV-Ray files
  153. ---------------------------------------------------------------------------       
  154.        
  155.        Computer Art Forum on CompuServe
  156.        --------------------------------
  157.        POV-Ray headquarters are on CompuServe Comart forum 
  158.        Raytracing section 16. We meet there to share info and 
  159.        graphics and discuss raytracing, fractals and other kinds of 
  160.        computer art. Comart is also the home of the Stone Soup 
  161.        Group, developers of Fractint, a popular IBM-PC fractal 
  162.        program. Everyone is welcome to join in on the action on CIS 
  163.        Comart. Hope to see you there! You can get information on 
  164.        joining CompuServe by calling (800)848-8990. CompuServe 
  165.        access is also available in Japan, Europe and many other 
  166.        countries.
  167.        
  168.        PC Graphics area on America On-Line
  169.        -----------------------------------
  170.        There's an area now on America On-Line dedicated to POV-Ray 
  171.        support and information. You can find it in the PC Graphics 
  172.        section of AOL. Jump keyword "PCGRAPHICS". This area 
  173.        includes the Apple Macintosh executables also.
  174.        
  175.        Internet
  176.        --------
  177.        The POV-Ray files are also available over Internet by 
  178.        anonymous FTP from alfred.ccs.carleton.ca (134.117.1.1).
  179.        
  180.        
  181.        You Can Call Me Ray BBS in Chicago
  182.        ----------------------------------
  183.        There is a ray-trace specific BBS in the (708) Area Code 
  184.        (Chicago suburbia, United States) for all you Traceaholics 
  185.        out there. The phone number of this BBS is (708) 
  186.        358-5611.Bill Minus is the sysop and Aaron Collins is 
  187.        co-sysop of that board, and it's filled with interesting 
  188.        stuff.
  189.        
  190.        
  191.        The Graphics Alternative BBS in Oakland
  192.        ---------------------------------------
  193.        For those on the West coast, you may want to find the 
  194.        POV-Ray files on The Graphics Alternative BBS at (510) 
  195.        524-2780. It's a great graphics BBS run by Adam Schiffman.
  196.        
  197.        
  198.