[artoolkit-commits] artoolkit Configure,1.4,1.5 README.txt,1.9,1.10
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-03-10 04:00:39
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21400 Modified Files: Configure README.txt Log Message: Save and restore video input settings in Mac OS X. Index: Configure =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/Configure,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Configure 1 Dec 2004 04:55:01 -0000 1.4 --- Configure 10 Mar 2005 04:00:22 -0000 1.5 *************** *** 115,119 **** ARFLAG="-r" RANLIB="ranlib \$\@" ! LIBS="-framework Carbon -framework QuickTime -framework GLUT -framework OpenGL -lobjc" echo "Dose your Mac have fast texture mapping hardware? (y or n)" --- 115,119 ---- ARFLAG="-r" RANLIB="ranlib \$\@" ! LIBS="-framework Carbon -framework QuickTime -framework GLUT -framework OpenGL -framework AppKit -framework Foundation -lobjc" echo "Dose your Mac have fast texture mapping hardware? (y or n)" Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README.txt 7 Dec 2004 04:46:54 -0000 1.9 --- README.txt 10 Mar 2005 04:00:23 -0000 1.10 *************** *** 127,130 **** --- 127,131 ---- ------------------------ - Mac OS X video driver: support added for runtime specification of pixel format. + - Mac OS X video driver: video input settings are now saved to and restored from preferences. Changes in earlier releases. |