drawing.h
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:0k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1. #ifndef DRAWING_H
  2. #define DRAWING_H
  3. #include <AR/arMulti.h>
  4. #include "main.h"
  5. //#include "app3dint.h"
  6. void drawBullseye( double radius, int rings );
  7. void drawMulti( ARMultiMarkerInfoT * );
  8. void drawMarker( Marker * );
  9. void enableLights();
  10. //void drawApp3d( app3dint *app, double trans[][4] );
  11. //void selectDrawApp3d( app3dint *app, double trans[][4] );
  12. //void drawNearness( double posA[3], double posB[3] );
  13. #endif /* DRAWING_H */