[artoolkit-commits] artoolkit/examples/modeTest modeTest.c,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-20 22:41:14
|
Update of /cvsroot/artoolkit/artoolkit/examples/modeTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3888 Modified Files: modeTest.c Log Message: All platforms should call glutInit, actually. Index: modeTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/modeTest/modeTest.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** modeTest.c 13 Apr 2005 06:12:14 -0000 1.2 --- modeTest.c 20 Jul 2005 22:41:03 -0000 1.3 *************** *** 69,75 **** int main(int argc, char **argv) { - #ifdef __APPLE__ glutInit(&argc, argv); - #endif if( init( argc, argv ) < 0 ) exit(0); --- 69,73 ---- |