#include <sw.h>
Public Attributes | |
| int | nump |
| emitpoint_t * | pverts |
| byte * | pixels |
| int | pixel_width |
| int | pixel_height |
| vec3_t | vup |
| vec3_t | vright |
| vec3_t | vpn |
| float | dist |
| float | s_offset |
| float | t_offset |
| float | viewer_position [3] |
| void(* | drawspanlet )(void) |
| int | alpha |
| int | one_minus_alpha |
| int polydesc_t::alpha |
Definition at line 237 of file sw.h.
Referenced by R_ClipAndDrawPoly(), R_DrawSpanletAlphaTestBlended(), R_DrawSpanletBlended(), R_DrawSpanletTurbulentBlended(), and R_IMFlatShadedQuad().
| float polydesc_t::dist |
Definition at line 233 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
Definition at line 236 of file sw.h.
Referenced by R_ClipAndDrawPoly(), and R_PolygonDrawSpans().
| int polydesc_t::nump |
Definition at line 227 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_ClipAndDrawPoly(), R_DrawPoly(), R_DrawSprite(), R_IMFlatShadedQuad(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().
| int polydesc_t::one_minus_alpha |
Definition at line 238 of file sw.h.
Referenced by R_ClipAndDrawPoly(), R_DrawSpanletBlended(), R_DrawSpanletConstantBlended(), and R_DrawSpanletTurbulentBlended().
| int polydesc_t::pixel_height |
Definition at line 231 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| int polydesc_t::pixel_width |
Definition at line 230 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawPoly(), R_DrawSprite(), and R_PolygonCalculateGradients().
| byte* polydesc_t::pixels |
Definition at line 229 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawPoly(), and R_DrawSprite().
| emitpoint_t* polydesc_t::pverts |
Definition at line 228 of file sw.h.
Referenced by R_ClipAndDrawPoly(), R_DrawPoly(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().
| float polydesc_t::s_offset |
Definition at line 234 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| float polydesc_t::t_offset |
Definition at line 234 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| float polydesc_t::viewer_position[3] |
Definition at line 235 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vpn |
Definition at line 232 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vright |
Definition at line 232 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vup |
Definition at line 232 of file sw.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().