|
UFO: Alien Invasion
|
entity transform matrix More...
#include <r_entity.h>

Public Member Functions | |
| transform_s () | |
Data Fields | |
| bool | done |
| bool | processing |
| float | matrix [16] |
entity transform matrix
Definition at line 85 of file r_entity.h.
|
inline |
Definition at line 90 of file r_entity.h.
References done, matrix, OBJZERO, and processing.
| bool transform_t::done |
already calculated
Definition at line 86 of file r_entity.h.
Referenced by R_CalcTransform(), and transform_s().
| float transform_t::matrix[16] |
the matrix that holds the result
Definition at line 88 of file r_entity.h.
Referenced by R_CalcTransform(), R_DrawAliasModel(), R_DrawEntityEffects(), R_DrawNullModel(), R_UpdateLightList(), and transform_s().
| bool transform_t::processing |
currently doing the calculation
Definition at line 87 of file r_entity.h.
Referenced by R_CalcTransform(), and transform_s().