#include <r_model.h>
Public Attributes | |
float | vecs [2][4] |
float | mipadjust |
image_t * | image |
int | flags |
int | numframes |
struct mtexinfo_s * | next |
int mtexinfo_s::flags |
Definition at line 88 of file r_model.h.
Referenced by CalcSurfaceExtents(), D_CalcGradients(), D_TurbulentSurf(), EmitWaterPolys(), GL_RenderLightmappedPoly(), Mod_LoadFaces(), Mod_LoadTexinfo(), R_BuildLightMap(), R_BuildPolygonFromSurface(), R_DrawInlineBModel(), R_DrawSolidClippedSubmodelPolygons(), R_RecursiveWorldNode(), R_RenderBmodelFace(), R_RenderBrushPoly(), R_RenderFace(), and Vk_RenderLightmappedPoly().
image_t * mtexinfo_s::image |
Definition at line 87 of file r_model.h.
Referenced by D_SkySurf(), D_TurbulentSurf(), GL_BuildPolygonFromSurface(), Mod_LoadFaces(), Mod_LoadTexinfo(), R_BuildPolygonFromSurface(), R_RegisterModel(), R_SetSky(), R_TextureAnimation(), and Vk_BuildPolygonFromSurface().
float mtexinfo_s::mipadjust |
Definition at line 86 of file r_model.h.
Referenced by D_SolidSurf(), and Mod_LoadTexinfo().
struct mtexinfo_s * mtexinfo_s::next |
Definition at line 90 of file r_model.h.
Referenced by Mod_LoadTexinfo(), and R_TextureAnimation().
int mtexinfo_s::numframes |
Definition at line 89 of file r_model.h.
Referenced by Mod_LoadTexinfo(), and R_TextureAnimation().
float mtexinfo_s::vecs |
Definition at line 85 of file r_model.h.
Referenced by CalcSurfaceExtents(), D_CalcGradients(), GL_BuildPolygonFromSurface(), Mod_LoadTexinfo(), R_AddDynamicLights(), R_AddDynamicLightsRGB(), R_BuildPolygonFromSurface(), R_EmitSkyBox(), RecursiveLightPoint(), RecursiveLightPointColor(), SubdividePolygon(), and Vk_BuildPolygonFromSurface().