home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume38 / tessel / part02 / readme.txt < prev    next >
Text File  |  1993-06-21  |  2KB  |  56 lines

  1. ==========================================================================
  2. ==  TESSEL - Source code to demonstrate polygon tesselation and smooth  ==
  3. ==           shading in 24-bit colour for the Hercules Graphics Station ==
  4. ==           Card.                                                      ==
  5. ==                                                                      ==
  6. == Author: Michael S. A. Robb       Version: 1.4         Date: 31/05/93 ==
  7. ==         (michaelr@spider.co.uk)                                      ==
  8. ==                                                                      ==
  9. ==========================================================================
  10.  
  11. Contents:
  12. ---------
  13.  
  14. Size    Name          Description
  15.  
  16. 12347   tessel.c      Source code to tesselate convex/concave polygons
  17. 15235   triangle.c    Source code to smooth shade/Z-buffer a triangle
  18.  8777   tmsmodes.c    Source code to open and close 24-bit graphics modes
  19.  
  20.  3857   main.c        The demonstration program
  21.  
  22.  2386   tessel.h      Data structures used for polygon tesselation
  23.  2640   triangle.h    Data structures used for triangle shading
  24.  2737   tmsmodes.h    Data structures used for defining 32-bit video modes
  25. 13583   hardware.h    Register definitions for the TMS34010 TIGA board
  26.  4210   colours.h     Data structures for 32-bit pixels and Z-buffer
  27.  1597   macros.h      Some useful macros for performing matrix operations
  28.   793   protos.h      Function prototypes
  29.   609   24bit.h       Used to include all the above header files
  30.  
  31.  9383   tessel.txt    Article from the news group "comp.graphics" on which the
  32.                       tesselation software is based.
  33.  
  34.  2358   readme.txt    This file
  35.  
  36.    44   build.bat     Batch file to create the demonstration program
  37.  
  38.  
  39. About the software
  40. ------------------
  41.  
  42. This software has been designed to be compiled using Borland C 6.0 in the
  43. "Medium" model. In its current form, it will only execute properly with a
  44. Hercules Graphics Station Card. Porting it to use other 24-bit graphics
  45. cards should not be difficult (then again I have not programmed any other 
  46. 24-bit graphics cards). No TIGA command driver or on-board RAM is required.
  47.  
  48.  
  49. Distribution policy
  50. -------------------
  51.  
  52. This is public domain software. You may use it, modify it or distribute it in
  53. any way you like. No liability is accepted. See warning above.
  54.  
  55.  
  56.