Hello, I found here a script which converts obj files into C header files with information required to render the model with OpenGL. I'd like something like this but I will need texture coordinates as well. The tool apparently doesn't do that.
Such a tool will save me a lot of time because I'd have to make my own program to extract data so I can add the data to the arrays.
Loading models from the files during runtime would be ridiculous. It's far more sensible to store the information inside the program. That will cut down on the processing and bulk of the program as well as programming effort and time required.
Thank you very much for any answer.