UFO: Alien Invasion
transform_t Struct Reference

entity transform matrix More...

#include <r_entity.h>

Collaboration diagram for transform_t:
Collaboration graph

Public Member Functions

 transform_s ()
 

Data Fields

bool done
 
bool processing
 
float matrix [16]
 

Detailed Description

entity transform matrix

Definition at line 85 of file r_entity.h.

Member Function Documentation

◆ transform_s()

transform_t::transform_s ( )
inline

Definition at line 90 of file r_entity.h.

References OBJZERO.

Field Documentation

◆ done

bool transform_t::done

already calculated

Definition at line 86 of file r_entity.h.

Referenced by R_CalcTransform().

◆ matrix

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(), and R_UpdateLightList().

◆ processing

bool transform_t::processing

currently doing the calculation

Definition at line 87 of file r_entity.h.

Referenced by R_CalcTransform().


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