UFO: Alien Invasion
rlocals_t Struct Reference

#include <r_local.h>

Collaboration diagram for rlocals_t:
Collaboration graph

Data Fields

vec3_t up
 
vec3_t forward
 
vec3_t right
 
cBspPlane_t frustum [4]
 
int frame
 
int tracenum
 
float world_matrix [16]
 
const model_tbufferMapTile
 this is the currently handled bsp model More...
 

Detailed Description

Definition at line 100 of file r_local.h.

Field Documentation

◆ bufferMapTile

const model_t* rlocals_t::bufferMapTile

this is the currently handled bsp model

Note
Remember that we can have loaded more than one bsp at the same time

Definition at line 118 of file r_local.h.

◆ forward

vec3_t rlocals_t::forward

Definition at line 103 of file r_local.h.

Referenced by R_GetSpriteVectors(), and R_SetupFrustum().

◆ frame

◆ frustum

cBspPlane_t rlocals_t::frustum[4]

Definition at line 107 of file r_local.h.

Referenced by R_CullBox(), R_CullMeshModel(), R_CullSphere(), and R_SetupFrustum().

◆ right

vec3_t rlocals_t::right

Definition at line 104 of file r_local.h.

Referenced by R_DrawCoronas(), R_DrawFlareSurfaces(), R_GetSpriteVectors(), and R_SetupFrustum().

◆ tracenum

int rlocals_t::tracenum

Definition at line 110 of file r_local.h.

Referenced by R_Trace().

◆ up

vec3_t rlocals_t::up

Definition at line 102 of file r_local.h.

Referenced by R_DrawCoronas(), R_DrawFlareSurfaces(), R_GetSpriteVectors(), and R_SetupFrustum().

◆ world_matrix

float rlocals_t::world_matrix[16]

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