[artoolkit-commits] artoolkit/examples/range rangeTest.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:31:10
|
Update of /cvsroot/artoolkit/artoolkit/examples/range In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1163 Modified Files: rangeTest.c Log Message: All platforms should call glutInit, actually. Index: rangeTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/range/rangeTest.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rangeTest.c 13 Apr 2005 06:14:42 -0000 1.3 --- rangeTest.c 20 Jul 2005 22:30:58 -0000 1.4 *************** *** 51,57 **** { //initialize applications - #ifdef __APPLE__ glutInit(&argc, argv); - #endif init(); --- 51,55 ---- |