#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 backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| int arVrmlDraw | ( | int | id | ) |
Definition at line 155 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| int arVrmlFree | ( | int | id | ) |
Definition at line 130 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| int arVrmlLoadFile | ( | const char * | file | ) |
Definition at line 48 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| int arVrmlSetInternalLight | ( | int | flag | ) |
Definition at line 162 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| int arVrmlTimerUpdate | ( | void | ) |
Definition at line 144 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
| static char * get_buff | ( | char * | buf, |
| int | n, | ||
| FILE * | fp | ||
| ) | [static] |
Definition at line 182 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
int init = 1 [static] |
Definition at line 42 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
arVrmlViewer* viewer[AR_VRML_MAX] [static] |
Definition at line 41 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.
int vrID = -1 [static] |
Definition at line 43 of file backup/lib/SRC/ARvrml/arViewerCapi.cpp.