[artoolkit-commits] artoolkit/util/calib_cparam calib_cparam.c,1.5,1.6
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-08-12 21:41:14
|
Update of /cvsroot/artoolkit/artoolkit/util/calib_cparam In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12323 Modified Files: calib_cparam.c Log Message: Step 1 of cleanup. Index: calib_cparam.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/calib_cparam/calib_cparam.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** calib_cparam.c 28 Jul 2005 21:58:20 -0000 1.5 --- calib_cparam.c 12 Aug 2005 21:41:03 -0000 1.6 *************** *** 84,88 **** --- 84,92 ---- double sx, sy, ex, ey; + #ifdef _WIN32 + static int drawMode = AR_DRAW_BY_GL_DRAW_PIXELS; + #else static int drawMode = DEFAULT_DRAW_MODE; + #endif static GLuint glid[2]; static int tex1Xsize1 = 1; |