#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <AR/ar.h>
#include <AR/arvrml.h>
#include "object.h"
Go to the source code of this file.
Functions | |
static char * | get_buff (char *buf, int n, FILE *fp) |
ObjectData_T * | read_VRMLdata (char *name, int *objectnum) |
static char* get_buff | ( | char * | buf, |
int | n, | ||
FILE * | fp | ||
) | [static] |
Definition at line 14 of file examples/simpleVRML/object.c.
ObjectData_T* read_VRMLdata | ( | char * | name, |
int * | objectnum | ||
) |
Definition at line 25 of file examples/simpleVRML/object.c.