[artoolkit-commits] artoolkit README.txt,1.13,1.14
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-04-13 06:13:42
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29550 Modified Files: README.txt Log Message: Fix for glutInit bug in OSX libARgsub. Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** README.txt 16 Mar 2005 04:42:15 -0000 1.13 --- README.txt 13 Apr 2005 06:13:26 -0000 1.14 *************** *** 127,130 **** --- 127,131 ---- ------------------------ - Mac OS X video driver: QuickTime 6.4 is now required by default. (Support for earlier versions can be enabled at compile-time). + - Mac OS X libARgsub and binaries which call it: fix for bug "GLUT Warning: glutInit being called a second time" by moving glutInit to main so that it is called before calling arVideoOpen. Changes in earlier releases. |