home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / simplerd.lha / simplerad / FinalFTP / Light / MANIFEST < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.3 KB  |  63 lines

  1.     ======================================================================
  2.                 Manifest
  3.     ======================================================================
  4.  
  5.     Below is a list of source files and file name extensions
  6.     for input and output files for this program.
  7.  
  8.     MANIFEST    : This list as of July, 1992
  9.  
  10.     Makefile    : Make the radiosity program
  11.     adj.c/h        : Vertex, edge, polygon adjacency routines.
  12.               Polygon subdivision routines.
  13.     amb.c        : Ambient term display routines
  14.     args.c        : Parse command line args.
  15.     bvol.g        : structures for bounding volumes
  16.     conv.c        : measure convergence rates
  17.     pbvol.c        : Bounding volume routines        
  18.     hbvol.c        : Hierarchical bounding volumes routines
  19.     display.c    : Scene display routines 
  20.     draw.c        : Gouraud shaded polgon rendering routines. (XW)
  21.     drawI.c        : Gouraud shaded polgon rendering routines. (Iris)
  22.     error.c        : Error handling routines.
  23.     ff.c/h        : Form factor approximation routines
  24.     geo.c/h        : 2-D and 3-D vector and matrix library
  25.     hc.c        : Hemicube routines
  26.     img.c        : Save/display IRIS RGB images
  27.     inter.c        : Ray-object intersection routines.
  28.     io.h        : input/output vars.
  29.     misc.h        : miscellaneous mathematical constants etc.
  30.     outp.c        : Output to alternate formats (currently only Optik)
  31.     poly.c/h    : scene reading, and polygon model creation routines.
  32.     rad.c/h        : Main radiosity program
  33.     ray.h        : Structures for ray casting
  34.     rayhit.c    : ray intersection storage routines
  35.     raybox.c    
  36.     raycone.c
  37.     raycube.c
  38.     raycyl.c
  39.     raypoly.c
  40.     raysphere.c    : Ray / Primitive intersection routines
  41.     raysp.c        : Ray tracing speedups, shortcuts
  42.     rlog.c        : Program convergence logging routines.
  43.     rtime.c        : CPU usage measurement.
  44.     scull.c/h    : Shaft-culling routines and structures.
  45.     struct.c/h    : Basic scene data structures, output routines
  46.     structf.c    : Output routines with minor modification
  47.               to output form-factor values.
  48.     trans.c        : Model <--> World transformation routines
  49.     vcrS.c        : Sample outline of VCR functions required
  50.     vcr.c.example    : Example VCR functions (for IRIS only)
  51.  
  52.     Input / Output file suffixes:
  53.     -----------------------------
  54.         *.pat    : Input files (original scene)
  55.         *.scene : Output files, files for walk-through program
  56.         *.scene.opt : Output files, files for Optik input
  57.         *.scene.off : Output files, files in OFF format
  58.  
  59.         *.conv    : Convergence files for plot input
  60.         *.stat    : Statistics files
  61.         *.*.tex : Statistics files (for LaTex formatting)
  62.  
  63.