UFO: Alien Invasion
Loading...
Searching...
No Matches
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

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.

◆ frame

int rlocals_t::frame

Definition at line 109 of file r_local.h.

◆ frustum

cBspPlane_t rlocals_t::frustum[4]

Definition at line 107 of file r_local.h.

◆ right

vec3_t rlocals_t::right

Definition at line 104 of file r_local.h.

◆ tracenum

int rlocals_t::tracenum

Definition at line 110 of file r_local.h.

◆ up

vec3_t rlocals_t::up

Definition at line 102 of file r_local.h.

◆ world_matrix

float rlocals_t::world_matrix[16]

Definition at line 112 of file r_local.h.


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