#include <ModelManagerf.h>
Static Public Member Functions | |
static ES3Denum | getModelf (const char *const filename, Modelf &model) |
static GLvoid | deleteModelCoref (const char *const filename) |
static GLvoid | deleteAllModelCoresf (GLvoid) |
GLvoid ES3D::ModelManagerf::deleteAllModelCoresf | ( | GLvoid | ) | [static] |
Deletes all core models. All models can not be used anymore.
GLvoid ES3D::ModelManagerf::deleteModelCoref | ( | const char *const | filename | ) | [static] |
Deletes the given core model. Associated models can not be used anymore.
filename | the filename of the model |
ES3Denum ES3D::ModelManagerf::getModelf | ( | const char *const | filename, | |
Modelf & | model | |||
) | [static] |
Retrieves the model of a given filename.
filename | the filename of the model | |
model | variable where to store the model |