* Load a model into memory using a file with .obj extension. * Indices are stored into the internal vertex buffer object static array. * Returns newly created model.
Load a raw model into memory using vertex data and indices. Indices are stored into the internal vertex buffer object static array. Returns newly created raw model.
Load a raw model into memory using vertex data. Returns newly created raw model.
*