#include <r_local.h>
Public Attributes | |
struct surf_s * | next |
struct surf_s * | prev |
struct espan_s * | spans |
int | key |
int | last_u |
int | spanstate |
int | flags |
msurface_t * | msurf |
entity_t * | entity |
float | nearzi |
qboolean | insubmodel |
float | d_ziorigin |
float | d_zistepu |
float | d_zistepv |
int | pad [2] |
float surf_s::d_ziorigin |
Definition at line 415 of file r_local.h.
Referenced by D_DrawflatSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::d_zistepu |
Definition at line 415 of file r_local.h.
Referenced by D_DrawflatSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::d_zistepv |
Definition at line 415 of file r_local.h.
Referenced by D_DrawflatSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
entity_t* surf_s::entity |
Definition at line 412 of file r_local.h.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::flags |
Definition at line 410 of file r_local.h.
Referenced by D_DrawSurfaces(), R_BeginEdgeFrame(), R_RenderBmodelFace(), and R_RenderFace().
qboolean surf_s::insubmodel |
Definition at line 414 of file r_local.h.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::key |
Definition at line 404 of file r_local.h.
Referenced by R_BeginEdgeFrame(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::last_u |
Definition at line 405 of file r_local.h.
Referenced by R_CleanupSpan(), R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_TrailingEdge().
msurface_t* surf_s::msurf |
Definition at line 411 of file r_local.h.
Referenced by D_DrawflatSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::nearzi |
Definition at line 413 of file r_local.h.
Referenced by D_SolidSurf(), R_RenderBmodelFace(), and R_RenderFace().
struct surf_s* surf_s::next |
Definition at line 401 of file r_local.h.
Referenced by R_CleanupSpan(), R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_TrailingEdge().
struct surf_s* surf_s::prev |
Definition at line 402 of file r_local.h.
Referenced by R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_TrailingEdge().
struct espan_s* surf_s::spans |
Definition at line 403 of file r_local.h.
Referenced by D_BackgroundSurf(), D_DrawflatSurfaces(), D_DrawSurfaces(), D_FlatFillSurface(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_BeginEdgeFrame(), R_CleanupSpan(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), R_RenderFace(), R_ScanEdges(), and R_TrailingEdge().
int surf_s::spanstate |
Definition at line 406 of file r_local.h.
Referenced by R_CleanupSpan(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), R_RenderFace(), R_ScanEdges(), and R_TrailingEdge().