Data Structures | |
struct | pgeObj |
Functions | |
pgeObj * | pgeObjLoad (const char *filename) |
pgeObj * | pgeObjLoadMemory (unsigned char *buffer, unsigned int size) |
void | pgeObjDestroy (pgeObj *obj) |
void pgeObjDestroy | ( | pgeObj * | obj | ) |
pgeObj* pgeObjLoad | ( | const char * | filename | ) |
Load an OBJ file
filename | - Path of the file to load. |
pgeObj* pgeObjLoadMemory | ( | unsigned char * | buffer, | |
unsigned int | size | |||
) |
Load an OBJ file (from memory)
buffer | - Pointer to the OBJ file data. | |
size | - Size of the OBJ file data |