I am trying to load an .obj file into my Android application and display it using OpenGL 2.
You can find the file here: EDIT: I removed the file, yo
Thank @Björn Kechel for very elegant implementation. I just want to add a case that may cause an undesirable result. Because a face can have more than 3 vertices, we should be able to deal with 4 vertices, likes below