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

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h214 /* glmWriteOBJ: Writes a model description in Wavefront .OBJ format to
227 glmWriteOBJ(GLMmodel* model, char* filename, uint mode);
H A Dglm.c1475 /* glmWriteOBJ: Writes a model description in Wavefront .OBJ format to
1491 glmWriteOBJ(GLMmodel* model, char* filename, uint mode) function in typeref:typename:void
1501 printf("glmWriteOBJ() warning: flat normal output requested "
1506 printf("glmWriteOBJ() warning: smooth normal output requested "
1511 printf("glmWriteOBJ() warning: texture coordinate output requested "
1516 printf("glmWriteOBJ() warning: flat normal output requested "
1524 fprintf(stderr, "glmWriteOBJ() failed: can't open file \"%s\" to write.\n",

Completed in 5 milliseconds