[artoolkit-commits] artoolkit/examples/simpleVRML simpleVRML.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-27 00:29:49
|
Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25442 Modified Files: simpleVRML.c Log Message: Fix Windows vconf string. Index: simpleVRML.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleVRML/simpleVRML.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpleVRML.c 18 Feb 2005 04:18:30 -0000 1.3 --- simpleVRML.c 27 Jul 2005 00:29:40 -0000 1.4 *************** *** 403,407 **** char *vconf = // Camera configuration. #if defined(_WIN32) ! "showDlg,flipV"; #elif defined(__APPLE__) ""; --- 403,407 ---- char *vconf = // Camera configuration. #if defined(_WIN32) ! "WDM_camera_flipV.xml"; #elif defined(__APPLE__) ""; |