UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
seqEnt_s Struct Reference

Data Fields

bool inuse
 
char name [MAX_VAR]
 
model_tmodel
 
int skin
 
vec3_t origin
 
vec3_t speed
 
vec3_t angles
 
vec3_t omega
 
vec3_t color
 
float alpha
 
char parent [MAX_VAR]
 
char tag [MAX_VAR]
 
animState_t as
 
entity_tep
 

Detailed Description

Render entities that represents an (animated) model

Definition at line 77 of file cl_sequence.cpp.

Field Documentation

float seqEnt_s::alpha

Definition at line 87 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

vec3_t seqEnt_s::angles

the rotation of the model

Definition at line 84 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

animState_t seqEnt_s::as

the current animation state

Definition at line 90 of file cl_sequence.cpp.

Referenced by SEQ_ExecuteModel(), and SEQ_Render3D().

vec3_t seqEnt_s::color

Definition at line 86 of file cl_sequence.cpp.

Referenced by SEQ_ExecuteModel().

entity_t* seqEnt_s::ep

Definition at line 91 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

bool seqEnt_s::inuse

Definition at line 78 of file cl_sequence.cpp.

Referenced by SEQ_ExecuteDelete(), SEQ_ExecuteModel(), SEQ_FindEnt(), and SEQ_Render3D().

model_t* seqEnt_s::model

the loaded model structure

Definition at line 80 of file cl_sequence.cpp.

Referenced by SEQ_ExecuteModel(), and SEQ_Render3D().

char seqEnt_s::name[MAX_VAR]

Definition at line 79 of file cl_sequence.cpp.

Referenced by SEQ_ExecuteModel(), and SEQ_FindEnt().

vec3_t seqEnt_s::omega

advance angles in time with this omega

Definition at line 85 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

vec3_t seqEnt_s::origin

the origin of the model

Definition at line 82 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

char seqEnt_s::parent[MAX_VAR]

in case this is a child model (should get placed onto a tag of the parent)

Definition at line 88 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

int seqEnt_s::skin

the skin number of the model - starts at 0 for the first one

Definition at line 81 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

vec3_t seqEnt_s::speed

advance origin in time with this speed

Definition at line 83 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().

char seqEnt_s::tag[MAX_VAR]

the tag to place this model onto

Definition at line 89 of file cl_sequence.cpp.

Referenced by SEQ_Render3D().


The documentation for this struct was generated from the following file: