doom3-gpl
Doom 3 GPL source release
|
#include <Anim.h>
Public Member Functions | |
idAnimManager () | |
~idAnimManager () | |
void | Shutdown (void) |
idMD5Anim * | GetAnim (const char *name) |
void | ReloadAnims (void) |
void | ListAnims (void) const |
int | JointIndex (const char *name) |
const char * | JointName (int index) const |
void | ClearAnimsInUse (void) |
void | FlushUnusedAnims (void) |
Static Public Attributes | |
static bool | forceExport = false |
Private Attributes | |
idHashTable< idMD5Anim * > | animations |
idStrList | jointnames |
idHashIndex | jointnamesHash |
|
private |
|
private |