home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 284.lha / DkbTrace_v1.1 / read.me < prev    next >
Text File  |  1989-09-10  |  1KB  |  69 lines

  1.             DKB Ray Trace version 1.1
  2.  
  3. This ray tracer is public domain and may be freely distributed.
  4.  
  5. The ray tracer consists of two separate programs.  The program "trace"
  6. is the actual ray tracer and the program "DumpToIFF" is a post-processor
  7. that displays the picture on a HAM screen.  The source files are available
  8. for both programs.  The files are:
  9.  
  10. DumpToIFF:
  11.     show.c
  12.     showprioq.h
  13.     showprioq.c
  14.     putpict.c
  15.     ilbmw.c
  16.     iffw.c
  17.     gio.c
  18.     packer.c
  19.  
  20. trace:
  21.     frame.h
  22.     prioq.h
  23.     tokens.h
  24.     vector.h
  25.  
  26.     palette.c
  27.     display.c
  28.     lighting.c
  29.     matrices.c
  30.     makeframe.c
  31.     texture.c
  32.     ObjectMethods.c
  33.     parse.c
  34.     prioq.c
  35.     ray.c
  36.     methods.c
  37.     tokenize.c
  38.     trace.c
  39.     ViewpointMethods.c
  40.     QuadricMethods.c
  41.     buffer.c
  42.     CSGMethods.c
  43.     colour.c
  44.  
  45. misc. files
  46.  
  47.     traceffp        - Motorola FFP version of executable
  48.     trace881        - 68020/68881 Version of executable
  49.     DumpToIFF        - show post processor executable
  50.  
  51.     BasicShapes.data    - include file for picture definitions
  52.     *.data            - sample picture definition files
  53.     *.pic            - sample picture files
  54.  
  55.     trace.txt        - documentation file
  56.     trace.defaults        - default command-line options file
  57.  
  58.     makefileffp        - makefile for Motorola FFP version of trace
  59.     makefile881        - makefile for 68020/68881 version of trace
  60.     dumpmakefile        - makefile for the DumpToIFF program
  61.  
  62. Have fun with the program.
  63.  
  64. David Buck
  65. 22C Sonnet Cres.
  66. Nepean, Ontario
  67. Canada
  68. K2H 8W7
  69.