Data Fields | |
vec3_t | origin |
vec3_t | speed |
vec3_t | angles |
vec3_t | omega |
float | dist |
float | ddist |
float | zoom |
float | dzoom |
Definition at line 62 of file cl_sequence.c.
Definition at line 65 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
float seqCamera_s::ddist |
will change the distance over time with this factor
Definition at line 68 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
float seqCamera_s::dist |
the distance of the camera
Definition at line 67 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
float seqCamera_s::dzoom |
will change the zoom level over time with this factor
Definition at line 70 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
Definition at line 66 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
Definition at line 63 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
Definition at line 64 of file cl_sequence.c.
Referenced by SEQ_SetCamera().
float seqCamera_s::zoom |
the zoom level of the camera
Definition at line 69 of file cl_sequence.c.
Referenced by SEQ_SetCamera().