#include <sw.h>
Public Attributes | |
struct surf_s * | next |
struct surf_s * | prev |
struct espan_s * | spans |
int | key |
int | last_u |
int | spanstate |
int | flags |
mface_t * | msurf |
entity_t * | entity |
float | nearzi |
qboolean | insubmodel |
float | d_ziorigin |
float | d_zistepu |
float | d_zistepv |
float surf_s::d_ziorigin |
Definition at line 257 of file sw.h.
Referenced by D_DrawflatSurfaces(), D_DrawZSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::d_zistepu |
Definition at line 257 of file sw.h.
Referenced by D_DrawflatSurfaces(), D_DrawZSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::d_zistepv |
Definition at line 257 of file sw.h.
Referenced by D_DrawflatSurfaces(), D_DrawZSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_RenderBmodelFace(), and R_RenderFace().
entity_t* surf_s::entity |
Definition at line 254 of file sw.h.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::flags |
Definition at line 252 of file sw.h.
Referenced by collect_ligth_polys(), collect_surfaces(), D_DrawSurfaces(), R_BeginEdgeFrame(), R_RenderBmodelFace(), and R_RenderFace().
qboolean surf_s::insubmodel |
Definition at line 256 of file sw.h.
Referenced by D_SolidSurf(), D_TurbulentSurf(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::key |
Definition at line 247 of file sw.h.
Referenced by R_BeginEdgeFrame(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), and R_RenderFace().
int surf_s::last_u |
Definition at line 248 of file sw.h.
Referenced by R_CleanupSpan(), R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_TrailingEdge().
mface_t* surf_s::msurf |
Definition at line 253 of file sw.h.
Referenced by D_DrawflatSurfaces(), D_SkySurf(), D_SolidSurf(), D_TurbulentSurf(), R_RenderBmodelFace(), and R_RenderFace().
float surf_s::nearzi |
Definition at line 255 of file sw.h.
Referenced by D_SolidSurf(), R_RenderBmodelFace(), and R_RenderFace().
struct surf_s* surf_s::next |
Definition at line 244 of file sw.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 245 of file sw.h.
Referenced by R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_TrailingEdge().
struct espan_s* surf_s::spans |
Definition at line 246 of file sw.h.
Referenced by D_BackgroundSurf(), D_DrawflatSurfaces(), D_DrawSurfaces(), D_DrawZSurfaces(), 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 249 of file sw.h.
Referenced by R_CleanupSpan(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_RenderBmodelFace(), R_RenderFace(), R_ScanEdges(), and R_TrailingEdge().