ModelIO.loadModel

* 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.

class ModelIO
static
Model
loadModel
(
VERTEX
)
(
string path
)

Meta