#include <ModelManagerx.h>
Static Public Member Functions | |
| static ES3Denum | getModelx (const char *const filename, Modelx &model) |
| static GLvoid | deleteModelCorex (const char *const filename) |
| static GLvoid | deleteAllModelCoresx (GLvoid) |
| GLvoid ES3D::ModelManagerx::deleteAllModelCoresx | ( | GLvoid | ) | [static] |
Deletes all core models. All models can not be used anymore.
| GLvoid ES3D::ModelManagerx::deleteModelCorex | ( | 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::ModelManagerx::getModelx | ( | const char *const | filename, | |
| Modelx & | model | |||
| ) | [static] |
Retrieves the model of a given filename.
| filename | the filename of the model | |
| model | variable where to store the model |
1.4.7