[Plib-cvs] plib ChangeLog,1.8,1.9 configure.in,1.60,1.61
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-06-24 16:31:05
|
Update of /cvsroot/plib/plib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20954/plib Modified Files: ChangeLog configure.in Log Message: Added ability to have isect tests check for backfacing polygons. Index: ChangeLog =================================================================== RCS file: /cvsroot/plib/plib/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ChangeLog 9 Apr 2004 01:53:04 -0000 1.8 +++ ChangeLog 24 Jun 2004 16:30:52 -0000 1.9 @@ -2,6 +2,13 @@ PLIB Change Log. ================ +PLIB v1.8.4 (???) +~~~~~~~~~~~~~~~~~ + + * Added a way to get SSG intersection tests to work with + backfacing polygons. + + PLIB v1.8.3 (April 8th 2004) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- configure.in 6 Apr 2004 13:34:07 -0000 1.60 +++ configure.in 24 Jun 2004 16:30:52 -0000 1.61 @@ -11,7 +11,7 @@ # # **WARNING**WARNING**WARNING**WARNING**WARNING**WARNING** -AM_INIT_AUTOMAKE(plib, 1.8.3) +AM_INIT_AUTOMAKE(plib, 1.8.4) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into |