#include <stdio.h>
#include <stdlib.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include <AR/gsub.h>
#include <AR/param.h>
#include <AR/ar.h>
Go to the source code of this file.
Functions | |
static void | cleanup (void) |
static void | draw (void) |
static void | init (void) |
static void | keyEvent (unsigned char key, int x, int y) |
int | main (int argc, char **argv) |
static void | mainLoop (void) |
Variables | |
int | count = 0 |
ARParam | cparam |
char * | cparam_name = "Data/camera_para.dat" |
float | rotate_angle = 0. |
int | xsize = 320 |
int | ysize = 240 |
static void cleanup | ( | void | ) | [static] |
Definition at line 93 of file util/graphicsTest/graphicsTest.c.
static void draw | ( | void | ) | [static] |
Definition at line 98 of file util/graphicsTest/graphicsTest.c.
static void init | ( | void | ) | [static] |
static void keyEvent | ( | unsigned char | key, |
int | x, | ||
int | y | ||
) | [static] |
Definition at line 42 of file util/graphicsTest/graphicsTest.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file util/graphicsTest/graphicsTest.c.
static void mainLoop | ( | void | ) | [static] |
Definition at line 53 of file util/graphicsTest/graphicsTest.c.
int count = 0 |
Definition at line 18 of file util/graphicsTest/graphicsTest.c.
Definition at line 20 of file util/graphicsTest/graphicsTest.c.
char* cparam_name = "Data/camera_para.dat" |
Definition at line 19 of file util/graphicsTest/graphicsTest.c.
float rotate_angle = 0. |
Definition at line 25 of file util/graphicsTest/graphicsTest.c.
int xsize = 320 |
Definition at line 22 of file util/graphicsTest/graphicsTest.c.
int ysize = 240 |
Definition at line 23 of file util/graphicsTest/graphicsTest.c.