#include <AR/arvrml.h>#include "arViewer_openvrml-0.14.3.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 14 of file arViewerCapi_openvrml-0.14.3.cpp.
| int arVrmlDraw | ( | int | id | ) |
Definition at line 127 of file arViewerCapi_openvrml-0.14.3.cpp.
| int arVrmlFree | ( | int | id | ) |
Definition at line 102 of file arViewerCapi_openvrml-0.14.3.cpp.
| int arVrmlLoadFile | ( | const char * | file | ) |
Definition at line 23 of file arViewerCapi_openvrml-0.14.3.cpp.
| int arVrmlSetInternalLight | ( | int | flag | ) |
Definition at line 134 of file arViewerCapi_openvrml-0.14.3.cpp.
| int arVrmlTimerUpdate | ( | void | ) |
Definition at line 116 of file arViewerCapi_openvrml-0.14.3.cpp.
| static char * get_buff | ( | char * | buf, | |
| int | n, | |||
| FILE * | fp | |||
| ) | [static] |
Definition at line 154 of file arViewerCapi_openvrml-0.14.3.cpp.
int init = 1 [static] |
Definition at line 17 of file arViewerCapi_openvrml-0.14.3.cpp.
arVrmlViewer* viewer[AR_VRML_MAX] [static] |
Definition at line 16 of file arViewerCapi_openvrml-0.14.3.cpp.
int vrID = -1 [static] |
Definition at line 18 of file arViewerCapi_openvrml-0.14.3.cpp.