#include <Model.hpp>
Inherits TSingleton< CModel >.
Public Member Functions | |
CModel (void) | |
Konstruktor: Speicherinitialisierung. | |
~CModel (void) | |
Dekonstruktor: Speicher freigabe. | |
bool | Load (const int nModelNum, char *szObjFile) |
void | Draw (const int nModelNum) |
bool CModel::Load | ( | const int | nModelNum, | |
char * | szObjFile | |||
) |
Model laden
nModelNum | Model Nummer (MODEL_* Konstante) | |
szObjFile | Pfad zur .obj Datei |
void CModel::Draw | ( | const int | nModelNum | ) |
Modell malen
nModelNum | Model Nummer (MODEL_* Konstante) |