#include "r_local.h"
Go to the source code of this file.
Functions | |
void | R_BuildPolygonFromSurface (msurface_t *fa) |
void | R_PolygonCalculateGradients (void) |
void | R_PolyChooseSpanletRoutine (float alpha, qboolean isturbulent) |
void | R_ClipAndDrawPoly (float alpha, qboolean isturbulent, qboolean textured) |
void | R_DrawSprite (void) |
Variables | |
polydesc_t | r_polydesc |
vec5_t | r_clip_verts [2][MAXWORKINGVERTS+2] |
void R_BuildPolygonFromSurface | ( | msurface_t * | fa | ) |
Referenced by R_DrawSprite().
Definition at line 1095 of file r_poly.c.
Referenced by R_DrawPoly().
vec5_t r_clip_verts[2][MAXWORKINGVERTS+2] |
Definition at line 50 of file r_poly.c.
Referenced by R_BuildPolygonFromSurface(), R_ClipAndDrawPoly(), R_ClipPolyFace(), R_DrawSprite(), and R_IMFlatShadedQuad().
polydesc_t r_polydesc |
Definition at line 43 of file r_poly.c.
Referenced by R_BuildPolygonFromSurface(), R_ClipAndDrawPoly(), R_DrawPoly(), R_DrawSpanlet33Stipple(), R_DrawSpanlet66Stipple(), R_DrawSprite(), R_IMFlatShadedQuad(), R_PolygonCalculateGradients(), R_PolygonDrawSpans(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().