home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gems / gemsiii / readme < prev    next >
Text File  |  1992-04-07  |  5KB  |  176 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. I. Image Processing
  20.  
  21.     fastBitmap.c    I.1    Tomas Moller, "Fast Bitmap Stretching"    (doesn't compile)
  22.     comments: ANSI C
  23.  
  24.     filter.c        I.2    Dale Schumacher, "General Filtered Image Rescaling"
  25.  
  26.     bitmap.c        I.3    Dale Schumacher, "Optimization of Bitmap Scaling Operations"
  27.  
  28.     rgbvary.c        I.4    Bragg, "A Simple Color Quantization Pre-processor"
  29.     comments: ANSI C
  30.  
  31.     contour.c        I.6    Tim Feldman, "Generating Iso-Contours from a Pixmap"
  32.  
  33.     scallops8.c        I.9    Eric Furman, "A Fast Boundary Generator for Composited Regions"
  34.  
  35. II. Numerical & Programming Techniques
  36.  
  37.     sqrt.c        II.1    Steve Hill, "IEEE Fast Square Root"
  38.  
  39.     alloc/        II.2    Steve Hill, "A Simple Fast Memory Allocator"
  40.     alloc.c    
  41.     alloc.h
  42.  
  43.     3d.c        II.3    Steven Hanson, "The Rolling Ball"    
  44.     defs.h
  45.  
  46.     interval.C        II.4    Jon Rokne, "Interval Arithmetic"
  47.     comments: C++
  48.  
  49.     cyclic.c        II.6    Alan Paeth, "Fast Generation of Cyclic Sequences"
  50.     comments: macros only, no procedures 
  51.  
  52.     ndline.c        II.10    Badouel / Wuethrich, "Face Connected Line Segment Generation in an N-dimensional Space"
  53.  
  54. III. Modeling and Transformations
  55.  
  56.     quatspin.c        III.1    Jack Morrison, "Quaternion Interpolation with Extra Spin"
  57.  
  58.     rand_rotation.c     III.4    James Arvo, "Fast Random Rotation Matrices"
  59.     comments: ANSI C
  60.  
  61.     urot.c        III.6    Ken Shoemake, "Uniform Random Rotations"
  62.     comments: ANSI C
  63.  
  64.     bzinter.c         III.7   Gershon Elber, "Interpolation using Bezier Curves"
  65.  
  66.     sqfinal.c        III.8    Alan Barr, "Physically Based Superquadrics"
  67.  
  68. IV. 2D Geometry and Algorithms
  69.  
  70.     parelarc.c        IV.1    VanAken / Simar, "A Parametric Elliptical Arc Algorithm"
  71.  
  72.     con2d.c        IV.2    Claudio Rosato, "A Simple Connection Algorithm for 2D Drawing"
  73.  
  74.     circlexc.c        IV.3     Srinivasen, "A Fast Circle Clipping Algorithm"
  75.     comments: ANSI C
  76.  
  77.     Polyintr.c        IV.4    Shaffer, "Exact Computation of Cascaded 2D Intersections"
  78.     comments: ANSI C
  79.  
  80.     fillet.c        IV.5    Robert Miller, "Joining two Lines with a Circular Arc Fillet"
  81.  
  82.     insectc.c        IV.6    Franklin Antonio, "Faster Line Segment Intersection"
  83.  
  84. V. 3D Geometry and Algorithms
  85.  
  86.     partition3d        V.2    Chin, "Partitioning a 3D Convex Polygon with an Arbitrary Plane"
  87.     main.c
  88.     partition.c
  89.     partition.h
  90.  
  91.     pt2plane.c        V.3    Primos Georgiades, "Signed Distance from Point to Plane"
  92.     comments: ANSI C
  93.  
  94.     planeSets.c        V.4    David Salesin, Filippo Tampieri,
  95.     "Grouping Nearly Coplanar Polygons into Coplanar Sets"
  96.  
  97.     newell.c        V.5    Filippo Tampieri, "Newell's Method for Computing the Plane Equation of a Polygon"
  98.  
  99.     pl2plane.c        V.6    Primos Georgiades, "Plane to Plane Intersection"
  100.     comments: ANSI C
  101.  
  102.     trianglecube.c    V.7    Douglas Voorhies, "Triangle-cube Intersection"
  103.     comments: ANSI C
  104.  
  105.     exttest/        V.8    Len Wanger, Mike Fusco, "Fast N-Dimensional Extent Overlap Testing"
  106.     exthit.C
  107.     exthit.h
  108.     ehtest1.C
  109.     comments: C++
  110.  
  111.     simplex/        V.9    Moore, "Subdividing Simplices"
  112.     recur.C
  113.     symm.C
  114.     comments: C++
  115.     
  116.      bezierTri.C    V.11    Dani Lischinski, "Converting Bezier Triangles into Rectangular Patches"
  117.     comments: C++
  118.  
  119. VI. Ray Tracing & Radiosity
  120.  
  121.     bsp.c        VI.1    Sung, "Ray Tracing with the BSP Tree"
  122.  
  123.     intqdr.c        VI.2    Joseph Cychosz, "Intersecting a Ray with a Quadric Surface"
  124.     intell.c
  125.  
  126.     panorama.c        VI.4    Ken Musgrave, "A Panoramic Virtual Screen for Ray Tracing" (doesn't compile)
  127.  
  128.     bounding_volumes.c    VI.5    Ben Trumbore, "Rectangular Bounding Volumes for Popular Primitives"
  129.  
  130.     luminaire/        VI.7    Changyaw Wang, "Physically Correct Direct Lighting for Distribution Ray Tracing" 
  131.     geometry_object.C
  132.     geometry_object.h
  133.     sphere_luminaire.C
  134.     sphere_luminaire.h
  135.     triangle_luminaire.C
  136.     triangle_luminaire.h
  137.     utility.h
  138.     special_instruction
  139.     comments: C++
  140.  
  141.     hemis.c        VI.8    Buming Bian, "Hemisphere Projection of a Triangle"
  142.  
  143.     forfac.c        VI.10    Koehn / Pavicic, "Delta Form Factor Calculation for the Cubic Tetrahedral Algorithm"
  144.  
  145.     accForm.c         VI.11    Filippo Tampieri, "Accurate Form Factor Computation"
  146.  
  147. VII. Rendering
  148.  
  149.     zdepth.c        VII.1    Andrew Woo, "The Shadow Depth Map Revisited" 
  150.  
  151.     fastLinear.c    VII.2    Russell Cheng, "Fast Linear Color Rendering"
  152.  
  153.     edgeCalc.c        VII.3    Russell Cheng, "Edge and Bitmask Calculations for Anti-aliasing"
  154.  
  155.     fastSpan.c        VII.4    Thom Grace, "Fast Span Conversion: unrolling short loops"
  156.     comments: ANSI C
  157.  
  158.     PIR.c        VII.5    Steve Hollasch, "Progressive Image Refinement via Gridded Sampling"
  159.  
  160.     accurate_scan/    VII.6    Kurt Fleischer
  161.     "Accurate Polygon scan Conversion using half-open Intervals"     
  162.     makefile
  163.     dblfixpoint.c
  164.     exhaust.c
  165.     fixpoint.c
  166.     fixpoint.h
  167.     test.c
  168.     tri.c
  169.  
  170.     motblur.c        VII.9    John Snyder, Ronen Barzel, "Motion Blur on Graphics Workstations"
  171.  
  172.  
  173.  
  174.     Changes
  175.     -------------------------------------
  176.