Structure to cache models. More...
#include <memory.h>
Public Attributes | |
ModelData * | model |
char | modelName [100] |
Structure to cache models.
This structure holds a model and its associated name.
ModelData* ModelCache::model |
Pointer to the model data.
char ModelCache::modelName[100] |
Name of the model.