UFO: Alien Invasion
|
entity transform matrix More...
#include <r_entity.h>
Data Fields | |
bool | done |
bool | processing |
float | matrix [16] |
entity transform matrix
Definition at line 71 of file r_entity.h.
bool transform_t::done |
float transform_t::matrix[16] |
the matrix that holds the result
Definition at line 74 of file r_entity.h.
Referenced by R_CalcTransform().
bool transform_t::processing |
currently doing the calculation
Definition at line 73 of file r_entity.h.
Referenced by R_CalcTransform().