UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rlocals_s Struct Reference

#include <r_local.h>

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

const model_t* rlocals_s::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.

vec3_t rlocals_s::forward

Definition at line 103 of file r_local.h.

Referenced by R_GetSpriteVectors(), and R_SetupFrustum().

cBspPlane_t rlocals_s::frustum[4]

Definition at line 107 of file r_local.h.

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

vec3_t rlocals_s::right

Definition at line 104 of file r_local.h.

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

int rlocals_s::tracenum

Definition at line 110 of file r_local.h.

Referenced by R_Trace().

vec3_t rlocals_s::up

Definition at line 102 of file r_local.h.

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

float rlocals_s::world_matrix[16]

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