r_mesh_anim.h File Reference
Go to the source code of this file.
Functions |
void | R_AnimAppend (animState_t *as, const struct model_s *mod, const char *name) |
void | R_AnimChange (animState_t *as, const struct model_s *mod, const char *name) |
void | R_AnimRun (animState_t *as, const struct model_s *mod, int msec) |
const char * | R_AnimGetName (const animState_t *as, const struct model_s *mod) |
void | R_InterpolateTransform (animState_t *as, int numframes, const float *tag, float *interpolated) |
Detailed Description
Definition in file r_mesh_anim.h.
Function Documentation
void R_InterpolateTransform |
( |
animState_t * |
as, |
|
|
int |
numframes, |
|
|
const float * |
tag, |
|
|
float * |
interpolated | |
|
) |
| | |