[artoolkit-commits] artoolkit/examples/loadMultiple object.h, 1.1, 1.2
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-08-20 21:48:32
|
Update of /cvsroot/artoolkit/artoolkit/examples/loadMultiple In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1555 Modified Files: object.h Log Message: Change line endings from CR to LF. Index: object.h =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/loadMultiple/object.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** object.h 22 Nov 2004 03:38:05 -0000 1.1 --- object.h 20 Aug 2006 21:48:30 -0000 1.2 *************** *** 1,20 **** ! #ifndef OBJECT_H ! #define OBJECT_H ! ! ! #define OBJECT_MAX 30 ! ! typedef struct { ! char name[256]; ! int id; ! int visible; ! int collide; ! double marker_coord[4][2]; ! double trans[3][4]; ! double marker_width; ! double marker_center[2]; ! } ObjectData_T; ! ! ObjectData_T *read_ObjData( char *name, int *objectnum ); ! ! #endif --- 1,20 ---- ! #ifndef OBJECT_H ! #define OBJECT_H ! ! ! #define OBJECT_MAX 30 ! ! typedef struct { ! char name[256]; ! int id; ! int visible; ! int collide; ! double marker_coord[4][2]; ! double trans[3][4]; ! double marker_width; ! double marker_center[2]; ! } ObjectData_T; ! ! ObjectData_T *read_ObjData( char *name, int *objectnum ); ! ! #endif |