Namespaces | Typedefs | Functions

md3-model.cpp File Reference

#include "md3-model.h"
#include "animation-state/animation-state.h"
#include "perf/perf.h"
#include "Md3Player.h"
Include dependency graph for md3-model.cpp:

Go to the source code of this file.

Namespaces

namespace  md3

Typedefs

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

Functions

static void md3::addAnimation (animation_map_t *map, const char *verb, Md3PlayerAnimType index1, Md3PlayerAnimType index2)
static animation_map_t * md3::getAnimationMap (void)
smart_ptr< glut::Renderablemd3::loadMd3Player (const char *model_path)