#include <gl_model.h>
Public Attributes | |
struct glpoly_s * | next |
struct glpoly_s * | chain |
int | numverts |
int | flags |
float | verts [4][VERTEXSIZE] |
Definition at line 86 of file gl_model.h.
struct glpoly_s* glpoly_s::chain |
Definition at line 89 of file gl_model.h.
Referenced by DrawGLPolyChain(), GL_RenderLightmappedPoly(), and R_DrawTriangleOutlines().
int glpoly_s::flags |
Definition at line 91 of file gl_model.h.
Referenced by GL_BuildPolygonFromSurface().
struct glpoly_s* glpoly_s::next |
Definition at line 88 of file gl_model.h.
Referenced by EmitWaterPolys(), GL_BuildPolygonFromSurface(), Mod_LoadLeafs(), R_AddSkySurface(), and SubdividePolygon().
int glpoly_s::numverts |
Definition at line 90 of file gl_model.h.
Referenced by DrawGLFlowingPoly(), DrawGLPoly(), DrawGLPolyChain(), GL_BuildPolygonFromSurface(), GL_RenderLightmappedPoly(), R_AddSkySurface(), R_DrawTriangleOutlines(), and SubdividePolygon().
float glpoly_s::verts[4][VERTEXSIZE] |
Definition at line 92 of file gl_model.h.
Referenced by DrawGLFlowingPoly(), DrawGLPoly(), DrawGLPolyChain(), EmitWaterPolys(), GL_BuildPolygonFromSurface(), GL_RenderLightmappedPoly(), R_AddSkySurface(), R_DrawTriangleOutlines(), and SubdividePolygon().