#include <r_local.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 | stipple_parity |
| float polydesc_t::dist |
Definition at line 419 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
Definition at line 422 of file r_local.h.
Referenced by R_ClipAndDrawPoly(), and R_PolygonDrawSpans().
| int polydesc_t::nump |
Definition at line 413 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_ClipAndDrawPoly(), R_DrawPoly(), R_DrawSprite(), R_IMFlatShadedQuad(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().
| int polydesc_t::pixel_height |
Definition at line 417 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| int polydesc_t::pixel_width |
Definition at line 416 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawPoly(), R_DrawSprite(), and R_PolygonCalculateGradients().
| byte* polydesc_t::pixels |
Definition at line 415 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawPoly(), and R_DrawSprite().
| emitpoint_t* polydesc_t::pverts |
Definition at line 414 of file r_local.h.
Referenced by R_ClipAndDrawPoly(), R_DrawPoly(), R_PolygonScanLeftEdge(), and R_PolygonScanRightEdge().
| float polydesc_t::s_offset |
Definition at line 420 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| int polydesc_t::stipple_parity |
Definition at line 423 of file r_local.h.
Referenced by R_DrawSpanlet33Stipple(), R_DrawSpanlet66Stipple(), and R_DrawSprite().
| float polydesc_t::t_offset |
Definition at line 420 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| float polydesc_t::viewer_position[3] |
Definition at line 421 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vpn |
Definition at line 418 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), R_IMFlatShadedQuad(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vright |
Definition at line 418 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().
| vec3_t polydesc_t::vup |
Definition at line 418 of file r_local.h.
Referenced by R_BuildPolygonFromSurface(), R_DrawSprite(), and R_PolygonCalculateGradients().