vkQuake2 doxygen  1.0 dev
oldrefdef_t Struct Reference

#include <r_local.h>

Public Attributes

vrect_t vrect
 
vrect_t aliasvrect
 
int vrectright
 
int vrectbottom
 
int aliasvrectright
 
int aliasvrectbottom
 
float vrectrightedge
 
float fvrectx
 
float fvrecty
 
float fvrectx_adj
 
float fvrecty_adj
 
int vrect_x_adj_shift20
 
int vrectright_adj_shift20
 
float fvrectright_adj
 
float fvrectbottom_adj
 
float fvrectright
 
float fvrectbottom
 
float horizontalFieldOfView
 
float xOrigin
 
float yOrigin
 
vec3_t vieworg
 
vec3_t viewangles
 
unsigned ambientlight
 

Detailed Description

Definition at line 116 of file r_local.h.

Member Data Documentation

◆ aliasvrect

◆ aliasvrectbottom

◆ aliasvrectright

◆ ambientlight

unsigned oldrefdef_t::ambientlight

Definition at line 141 of file r_local.h.

Referenced by R_BuildLightMapRGB().

◆ fvrectbottom

float oldrefdef_t::fvrectbottom

Definition at line 132 of file r_local.h.

Referenced by R_ViewChanged().

◆ fvrectbottom_adj

float oldrefdef_t::fvrectbottom_adj

Definition at line 129 of file r_local.h.

Referenced by R_EmitEdge(), R_PolygonScanRightEdge(), and R_ViewChanged().

◆ fvrectright

float oldrefdef_t::fvrectright

Definition at line 131 of file r_local.h.

Referenced by R_ViewChanged().

◆ fvrectright_adj

float oldrefdef_t::fvrectright_adj

Definition at line 129 of file r_local.h.

Referenced by R_EmitEdge(), R_PolygonScanRightEdge(), and R_ViewChanged().

◆ fvrectx

float oldrefdef_t::fvrectx

Definition at line 125 of file r_local.h.

Referenced by R_ViewChanged().

◆ fvrectx_adj

float oldrefdef_t::fvrectx_adj

Definition at line 126 of file r_local.h.

Referenced by R_EmitEdge(), R_PolygonScanRightEdge(), and R_ViewChanged().

◆ fvrecty

float oldrefdef_t::fvrecty

Definition at line 125 of file r_local.h.

Referenced by R_ViewChanged().

◆ fvrecty_adj

float oldrefdef_t::fvrecty_adj

Definition at line 126 of file r_local.h.

Referenced by R_EmitEdge(), R_PolygonScanRightEdge(), and R_ViewChanged().

◆ horizontalFieldOfView

float oldrefdef_t::horizontalFieldOfView

Definition at line 133 of file r_local.h.

Referenced by R_ViewChanged().

◆ viewangles

vec3_t oldrefdef_t::viewangles

Definition at line 139 of file r_local.h.

Referenced by R_RenderFrame(), and R_SetupFrame().

◆ vieworg

vec3_t oldrefdef_t::vieworg

Definition at line 138 of file r_local.h.

Referenced by R_RenderFrame(), and R_SetupFrame().

◆ vrect

vrect_t oldrefdef_t::vrect

Definition at line 118 of file r_local.h.

Referenced by D_ViewChanged(), D_WarpScreen(), R_BeginEdgeFrame(), R_ScanEdges(), and R_ViewChanged().

◆ vrect_x_adj_shift20

int oldrefdef_t::vrect_x_adj_shift20

Definition at line 127 of file r_local.h.

Referenced by R_EmitEdge(), and R_ViewChanged().

◆ vrectbottom

int oldrefdef_t::vrectbottom

Definition at line 121 of file r_local.h.

Referenced by D_ViewChanged(), R_BeginEdgeFrame(), R_ScanEdges(), and R_ViewChanged().

◆ vrectright

int oldrefdef_t::vrectright

Definition at line 121 of file r_local.h.

Referenced by D_ViewChanged(), R_ScanEdges(), and R_ViewChanged().

◆ vrectright_adj_shift20

int oldrefdef_t::vrectright_adj_shift20

Definition at line 128 of file r_local.h.

Referenced by R_EmitEdge(), and R_ViewChanged().

◆ vrectrightedge

float oldrefdef_t::vrectrightedge

Definition at line 123 of file r_local.h.

Referenced by R_ViewChanged().

◆ xOrigin

float oldrefdef_t::xOrigin

Definition at line 135 of file r_local.h.

Referenced by R_Init(), and R_ViewChanged().

◆ yOrigin

float oldrefdef_t::yOrigin

Definition at line 136 of file r_local.h.

Referenced by R_Init(), and R_ViewChanged().