Update of /cvsroot/artoolkit/artoolkit/examples/paddleInteraction
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13826
Modified Files:
paddleInteractionTest.c
Log Message:
Adjust Windows vconf.
Index: paddleInteractionTest.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/examples/paddleInteraction/paddleInteractionTest.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** paddleInteractionTest.c 22 Jul 2005 23:59:20 -0000 1.5
--- paddleInteractionTest.c 28 Jul 2005 21:57:36 -0000 1.6
***************
*** 25,38 ****
#include "paddle.h"
! /*****************************************************************************/
! // modified by Thomas Pintaric, Vienna University of Technology
#ifdef _WIN32
! char *vconf = "WDM_camera_flipV.xml";
#else
char *vconf = "";
#endif
- /*****************************************************************************/
-
/* define a target struct for the objects that are to be touched */
--- 25,35 ----
#include "paddle.h"
! /* set up the video format globals */
#ifdef _WIN32
! char *vconf = "Data\\WDM_camera_flipV.xml";
#else
char *vconf = "";
#endif
/* define a target struct for the objects that are to be touched */
|