[artoolkit-commits] artoolkit/examples/exview exview.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:41:40
|
Update of /cvsroot/artoolkit/artoolkit/examples/exview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4015 Modified Files: exview.c Log Message: All platforms should call glutInit, actually. Index: exview.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/exview/exview.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** exview.c 13 Apr 2005 06:14:00 -0000 1.3 --- exview.c 20 Jul 2005 22:41:28 -0000 1.4 *************** *** 62,68 **** int main(int argc, char **argv) { - #ifdef __APPLE__ glutInit(&argc, argv); - #endif if( init() < 0 ) exit(0); --- 62,66 ---- |