[Plib-cvs] plib/src/util ul.h,1.68,1.69
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-06-24 16:31:07
|
Update of /cvsroot/plib/plib/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20954/plib/src/util Modified Files: ul.h Log Message: Added ability to have isect tests check for backfacing polygons. Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- ul.h 8 May 2004 15:46:00 -0000 1.68 +++ ul.h 24 Jun 2004 16:30:55 -0000 1.69 @@ -159,7 +159,7 @@ #define PLIB_MAJOR_VERSION 1 #define PLIB_MINOR_VERSION 8 -#define PLIB_TINY_VERSION 3 +#define PLIB_TINY_VERSION 4 #define PLIB_VERSION (PLIB_MAJOR_VERSION*100 \ +PLIB_MINOR_VERSION*10 \ |