#include <AR/arvrml.h>#include "arViewer.h"#include <iostream>#include <vector>#include <string>#include <GL/glut.h>#include <stdio.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | AR_VRML_MAX 100 |
Functions | |
| int | arVrmlDraw (int id) |
| int | arVrmlFree (int id) |
| int | arVrmlLoadFile (const char *file) |
| int | arVrmlSetInternalLight (int flag) |
| int | arVrmlTimerUpdate () |
| static char * | get_buff (char *buf, int n, FILE *fp) |
Variables | |
| static int | init = 1 |
| static arVrmlViewer * | viewer [AR_VRML_MAX] |
| static int | vrID = -1 |
| #define AR_VRML_MAX 100 |
Definition at line 39 of file arViewerCapi.cpp.
| int arVrmlDraw | ( | int | id | ) |
Definition at line 155 of file arViewerCapi.cpp.
| int arVrmlFree | ( | int | id | ) |
Definition at line 130 of file arViewerCapi.cpp.
| int arVrmlLoadFile | ( | const char * | file | ) |
Definition at line 48 of file arViewerCapi.cpp.
| int arVrmlSetInternalLight | ( | int | flag | ) |
Definition at line 162 of file arViewerCapi.cpp.
| int arVrmlTimerUpdate | ( | void | ) |
Definition at line 144 of file arViewerCapi.cpp.
| static char * get_buff | ( | char * | buf, | |
| int | n, | |||
| FILE * | fp | |||
| ) | [static] |
Definition at line 182 of file arViewerCapi.cpp.
int init = 1 [static] |
Definition at line 42 of file arViewerCapi.cpp.
arVrmlViewer* viewer[AR_VRML_MAX] [static] |
Definition at line 41 of file arViewerCapi.cpp.
int vrID = -1 [static] |
Definition at line 43 of file arViewerCapi.cpp.