ofxObjLoader
ofxObjLoader copied to clipboard
Results
2
ofxObjLoader issues
Sort by
recently updated
recently updated
newest added
``` c++ GLMmodel* glmReadOBJ(char* filename) { GLMmodel* model; FILE* file; /* open the file */ file = fopen(filename, "r"); if (!file) { fprintf(stderr, "glmReadOBJ() failed: can't open data file \"%s\".\n",...
Hello, Do you have an example of texture mapping? I'm trying to do that but I'm having some difficulties... Thank you! Emmanuel