OpenGL Programming/Modern OpenGL Tutorial Load OBJ - Wikibooks, open books for an open world
As we discussed in the texturing tutorial, sometimes the same vertex will get different values depending on which face is used. This is the case if we don't want to share normals (and choose an arbitrary face when computing a vertex' normal, as we did abo...