[artoolkit-commits] artoolkit/util/videoTest videoTest.c,1.3,1.4
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-20 22:25:48
|
Update of /cvsroot/artoolkit/artoolkit/util/videoTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31707 Modified Files: videoTest.c Log Message: All platforms should call glutInit, actually. Index: videoTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/videoTest/videoTest.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** videoTest.c 13 Apr 2005 06:13:02 -0000 1.3 --- videoTest.c 20 Jul 2005 22:25:39 -0000 1.4 *************** *** 42,48 **** { //initialize applications - #ifdef __APPLE__ glutInit(&argc, argv); - #endif init(); --- 42,46 ---- |