UFO: Alien Invasion
Loading...
Searching...
No Matches
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 done, matrix, OBJZERO, and processing.

Field Documentation

◆ done

bool transform_t::done

already calculated

Definition at line 86 of file r_entity.h.

Referenced by R_CalcTransform(), and transform_s().

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

◆ processing

bool transform_t::processing

currently doing the calculation

Definition at line 87 of file r_entity.h.

Referenced by R_CalcTransform(), and transform_s().


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