Typedefs | |
typedef std::map< std::string, anim_entry_t > | animation_map_t |
Functions | |
static void | addAnimation (IN animation_map_t *map, IN const char *verb, IN Md3PlayerAnimType index1, IN Md3PlayerAnimType index2) |
static animation_map_t * | getAnimationMap (void) |
smart_ptr< glut::Renderable > | loadMd3Player (IN const char *model_path) |
typedef std::map<std::string, anim_entry_t> md3::animation_map_t |
Definition at line 50 of file md3-model.cpp.
static void md3::addAnimation | ( | IN animation_map_t * | map, | |
IN const char * | verb, | |||
IN Md3PlayerAnimType | index1, | |||
IN Md3PlayerAnimType | index2 | |||
) | [static] |
Definition at line 62 of file md3-model.cpp.
static animation_map_t* md3::getAnimationMap | ( | void | ) | [static] |
Definition at line 83 of file md3-model.cpp.