Etterna 0.74.4
|
Class for loading and releasing textures. More...
#include <ModelManager.h>
Public Member Functions | |
RageModelGeometry * | LoadMilkshapeAscii (const std::string &sFile, bool bNeedNormals) |
void | UnloadModel (RageModelGeometry *m) |
bool | SetPrefs (const ModelManagerPrefs &prefs) |
Set up new preferences. | |
const ModelManagerPrefs & | GetPrefs () const |
Protected Attributes | |
std::map< std::string, RageModelGeometry * > | m_mapFileToGeometry |
ModelManagerPrefs | m_Prefs |
Class for loading and releasing textures.
Funnily enough, the original documentation claimed this was an Interface.
bool ModelManager::SetPrefs | ( | const ModelManagerPrefs & | prefs | ) |
Set up new preferences.
prefs | the new preferences to set up. |