Typedefs | Functions

md3 Namespace Reference

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_tgetAnimationMap (void)
smart_ptr< glut::RenderableloadMd3Player (IN const char *model_path)

Typedef Documentation

typedef std::map<std::string, anim_entry_t> md3::animation_map_t

Definition at line 50 of file md3-model.cpp.


Function Documentation

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.