Hi
When parsing an .obj-file, with vertices and vertex-faces, it is easy to pass the vertices to the shader and the use glDrawElements using the vertex-faces.
When parsing an .obj-file, with vertices and texture-coordinates, another type of face occur: texture-coordinate faces.
When displaying textures, apart from loading images, binding them and passing texture coordinates into the parser, how to use the texture-coordinate faces?
They differ from the vertex-faces and I suppose that the texture-coordinate faces have a purpose when displaying textures?
Regards Niclas