Searched refs:mtllibname (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h75 char* mtllibname; /* name of the material library */ member in struct:__anonf360447c0208
H A Dglm.c432 * mtllibname - name of the material library to be written
435 _glmWriteMTL(GLMmodel* model, char* modelpath, char* mtllibname) argument
444 filename = (char*)malloc(sizeof(char) * (strlen(dir) + strlen(mtllibname)));
446 strcat(filename, mtllibname);
536 model->mtllibname = stralloc(buf);
1350 if (model->mtllibname) free(model->mtllibname);
1421 model->mtllibname = NULL;
1538 if (mode & GLM_MATERIAL && model->mtllibname) {
1539 fprintf(file, "\nmtllib %s\n\n", model->mtllibname);
[all...]

Completed in 6 milliseconds