|
UFO: Alien Invasion
|
#include <r_entity.h>

Public Member Functions | |
| animState_s () | |
Data Fields | |
| int | frame |
| int | oldframe |
| float | backlerp |
| int | time |
| int | dt |
| int | mesh |
| byte | list [MAX_ANIMLIST] |
| byte | lcur |
| byte | ladd |
| byte | change |
Definition at line 54 of file r_entity.h.
|
inline |
| float animState_t::backlerp |
linear interpolation from previous frame
Definition at line 57 of file r_entity.h.
Referenced by animState_s(), R_AnimAppend(), R_AnimChange(), R_AnimRun(), R_CalcTransform(), R_DrawAliasModelBuffer(), UI_DrawModelNode(), and UI_DrawModelNodeWithUIModel().
| byte animState_t::change |
Definition at line 65 of file r_entity.h.
Referenced by animState_s(), LET_StartPathMove(), LM_Register(), R_AnimAppend(), R_AnimChange(), and R_AnimRun().
| int animState_t::dt |
Definition at line 59 of file r_entity.h.
Referenced by animState_s(), R_AnimAppend(), R_AnimChange(), and R_AnimRun().
| int animState_t::frame |
Definition at line 55 of file r_entity.h.
Referenced by animState_s(), CL_ActorGetMuzzle(), LM_AddToSceneOrder(), R_AnimAppend(), R_AnimChange(), R_AnimRun(), R_CalcTransform(), R_DrawAliasModel(), R_DrawAliasModelBuffer(), R_GetEntityLists(), UI_DrawModelNode(), and UI_DrawModelNodeWithUIModel().
| byte animState_t::ladd |
Definition at line 64 of file r_entity.h.
Referenced by animState_s(), R_AnimAdd(), R_AnimAppend(), R_AnimChange(), R_AnimGetName(), and R_AnimRun().
| byte animState_t::lcur |
the current position in the animation list
Definition at line 63 of file r_entity.h.
Referenced by animState_s(), R_AnimAppend(), R_AnimChange(), R_AnimGetName(), and R_AnimRun().
| byte animState_t::list[MAX_ANIMLIST] |
the list of mAliasAnim_t array indices that should be played
Definition at line 62 of file r_entity.h.
Referenced by animState_s(), and R_AnimAdd().
| int animState_t::mesh |
the mesh index of the model to animate
Definition at line 60 of file r_entity.h.
Referenced by animState_s(), R_DrawAliasModel(), and R_GetEntityLists().
| int animState_t::oldframe |
Definition at line 56 of file r_entity.h.
Referenced by animState_s(), R_AnimAppend(), R_AnimChange(), R_AnimRun(), R_CalcTransform(), R_DrawAliasModelBuffer(), R_GetEntityLists(), UI_DrawModelNode(), and UI_DrawModelNodeWithUIModel().
| int animState_t::time |
Definition at line 58 of file r_entity.h.
Referenced by animState_s(), R_AnimAppend(), R_AnimChange(), and R_AnimRun().