home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 413b.lha / dkbtrace_v2.1 / data / read.me < prev    next >
Text File  |  1990-08-27  |  2KB  |  56 lines

  1.  
  2.                                 DKBTrace
  3.  
  4.  
  5.  
  6.  
  7.    This ray tracer was written by David K. Buck and is released as freely
  8.    distributable software.  The author retains all copyrights but permits
  9.    free distribution of the software through any medium.  The software may
  10.    be used without charge so long as the code is not included in any 
  11.    commercial product.
  12.  
  13.  
  14.    The Amiga archive here contains two versions of the raytracer:
  15.  
  16.        traceffp   - Fast Floating Point version of the raytracer.
  17.                     This version will run on any Amiga with sufficient
  18.                     memory.
  19.  
  20.        trace881   - Math coprocessor version.  This version will only
  21.                     run on 68020 or 68030 based systems that have a
  22.                     68881 or 68882 math coprocessor.
  23.  
  24.  
  25.    I usually like having a fairly large stack for this program.  If it
  26.    crashes on you, try inceasing the stack size.
  27.  
  28.  
  29.    The program documentation can be found in the file DKB.DOC and the
  30.    documentation for some Amiga specific utilities may be found in
  31.    AmigaUtils.doc.
  32.  
  33.    This program is being distributed in four separate packages:
  34.  
  35.  
  36.       DKBTrace.lzh:  Executables for traceffp and trace881
  37.                      documentation files
  38.                      DumpToIFF and Sculpt2DKB executables
  39.  
  40.       DKBData.lzh    Many sample data files
  41.  
  42.       DKBSource.lzh  Source code for DKBTrace, Amiga utilities, and
  43.                      IBM Utilities.
  44.  
  45.  
  46.       DKBPics.lzh    Sample pictures produced by the raytracer.
  47.                      (you could render these yourself using the
  48.                       data files in the DKBTrace.lzh archive)
  49.  
  50.  
  51.    There is a document in the DKBTrace.lzh archive which describes the
  52.    conversions required to use data files for DKBTrace version 1.2 with
  53.    the new 2.0 version.  This file is called 12to20.doc
  54.  
  55.    This readme file is in all three archives.
  56.