I'm trying to use the Assimp library to import models to a rudimentary OpenGL application with VBO use.
If I understand it correctly glDrawElements is one of the ideal modern ways to draw things.
But how do we get that information from a generic import library?
If you have specific Assimp library knowledge it's appreciated.
--
What is generally the process to generate these?