home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gems / gemsii / readme < prev    next >
Text File  |  1991-10-02  |  3KB  |  109 lines

  1.  
  2.     C Code From Graphics Gems II, Academic Press, Inc.
  3.     ==================================================
  4.  
  5.  
  6.     This is a list of the files and directories containing the C code for Graphics Gems II.  
  7.     They are listed in order of their appearance in the book.  Beside each file name is the 
  8.     Gem number, author's name, and Gem title to help you find what you're looking for.  
  9.     Unfortunately, not all of the code listed in the appendix of the book is here (for various 
  10.     reasons).  The missing ones will be added as they turn up.  Changes will be listed at the
  11.     bottom of this file.
  12.  
  13.  
  14.  
  15.     File or        Gem
  16.     Directory      Number   Author and Title of Gem
  17.     ---------      ------   -----------------------
  18.  
  19.     xlines.c       I.2      Mukesh Prasad, "Intersection of Line Segments"
  20.  
  21.     Peano/         I.7      Ken Musgrave, "A Peano Curve Generation Algorithm"
  22.     Makefile   
  23.     main.c
  24.     mapply.c
  25.     peano.c
  26.     types.h
  27.  
  28.     Hilbert.c      I.8      Douglas Voorhies, "Space-Filling Curves and a Measure of Coherence"
  29.  
  30.     RealPixels/    II.5     Greg Ward, "Real Pixels"
  31.     color.c     
  32.     color.h     
  33.     colrops.c   
  34.     header.c    
  35.     rasterfile.h
  36.     ra_pr24.c
  37.     resolu.c
  38.  
  39.     rotate8x8.c    II.6     Sue-Ken Yap, "A fast 90-Degree Bitmap Rotator"
  40.  
  41.     quantizer.c    III.2    Xiaolin Wu, "Efficient Statistical Computations for Optimal Color Quantization"
  42.  
  43.     ran_ramp.c     III.3    Ken Musgrave, "A Random Color Map Animation Algorithm"
  44.  
  45.     hot.c          III.6    Dave Martindale and Alan Paeth, "Television Color Encoding and 'Hot' Broadcast Colors"
  46.  
  47.     viewcorr/      IV.5     Rod G. Bogart, "View Correlation"
  48.     matrix.c
  49.     matrix.h
  50.     viewcorr.c
  51.     viewcorr.h
  52.     viewfind.c
  53.  
  54.     InterPhong.c   IV.9     Nadia Magnenat Thalmann and Daniel Thanmann, "InterPhong Shading"
  55.  
  56.     RayCPhdron.c   V.1      Eric Haines, "Fast Ray-Convex Polyhedron Intersection"
  57.  
  58.     intersect/     V.2      Joseph M. Cychosz, "Intersecting a Ray with an Elliptical Torus"
  59.     inttor.c            
  60.     intsph.c           
  61.  
  62.     VoxelCache.c   V.6      Andrew Pearce, "A Recursive Voxel Cache for Ray Tracing"
  63.  
  64.     radiosity/     VI.1     Eric Chen, "Implementing Progressive Radiosity 
  65.     README                              with User-Provided Polygon Display Routines"
  66.     draw.c   
  67.     rad.c     
  68.     rad.h    
  69.     room.c
  70.  
  71.     FastUpdate.c   VI.3     Filippo Tampieri, "Fast Vertex Radiosity Update"
  72.  
  73.     inverse.c      VII.5    Kevin Wu, "Fast Matrix Inversion"
  74.  
  75.     rotate.c       VII.7    James Arvo, "Random Rotation Matrices"
  76.  
  77.     sparse.c       VII.8    James Arvo, "Classifying Small Sparse Matrices"
  78.  
  79.     BitCounting/   VIII.3   Alan W. Paeth and David Schilling, "Of Integers, Fields, and Bit Counting"
  80.     bit32.c     
  81.     test.c
  82.  
  83.     noise3.c       VIII.10  Greg Ward, "A Recursive Implementation of the Perlin Noise Function"
  84.  
  85.  
  86.  
  87.     Additional header files and utilities
  88.     -------------------------------------
  89.  
  90.     GraphicsGems.h     Andrew Glassner
  91.  
  92.     GGVecLib.c         Andrew Glassner
  93.  
  94.     vector.h           Steve Hollasch, "Useful C Macros for Vector Operations"
  95.  
  96.     c_format.c         Dale Schumacher, "A PostScript typesetting program for C source code"
  97.  
  98.  
  99.  
  100.     Changes
  101.     -------------------------------------
  102.  
  103.     10/02/91  Added ran_ramp.c, rotate8x8.c, inverse.c, VoxelCache.c, and Peano directory.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.