#include <r_model.h>
Public Attributes | |
vec3_t | normal |
float | dist |
byte | type |
byte | signbits |
byte | pad [2] |
float mplane_s::dist |
Definition at line 60 of file r_model.h.
Referenced by Mod_LoadPlanes(), Mod_PointInLeaf(), R_AddDynamicLights(), R_DrawSolidClippedSubmodelPolygons(), R_DrawSubmodelPolygons(), R_EmitSkyBox(), R_InitSkyBox(), R_MarkLights(), R_RecursiveClipBPoly(), R_RecursiveWorldNode(), R_RenderBmodelFace(), R_RenderFace(), R_TransformPlane(), and RecursiveLightPoint().
vec3_t mplane_s::normal |
Definition at line 59 of file r_model.h.
Referenced by D_SolidSurf(), Mod_LoadPlanes(), Mod_PointInLeaf(), R_AddDynamicLights(), R_BuildPolygonFromSurface(), R_DrawSolidClippedSubmodelPolygons(), R_DrawSubmodelPolygons(), R_InitSkyBox(), R_MarkLights(), R_RecursiveClipBPoly(), R_RecursiveWorldNode(), R_RenderBmodelFace(), R_RenderFace(), R_TransformFrustum(), R_TransformPlane(), R_ViewChanged(), and RecursiveLightPoint().
byte mplane_s::signbits |
Definition at line 62 of file r_model.h.
Referenced by Mod_LoadPlanes().
byte mplane_s::type |
Definition at line 61 of file r_model.h.
Referenced by Mod_LoadPlanes(), R_RecursiveWorldNode(), R_ViewChanged(), and RecursiveLightPoint().