#include <typedefs.h>
Data Fields | |
unsigned short | planenum |
short | side |
int | firstedge |
short | numedges |
short | texinfo |
int | lightofs [LIGHTMAP_MAX] |
Definition at line 280 of file typedefs.h.
we must support > 64k edges
Definition at line 284 of file typedefs.h.
Referenced by BuildFaceExtents(), EmitFace(), FacesWithVert(), SampleNormal(), SwapBSPFile(), and WindingFromFace().
int dBspSurface_t::lightofs[LIGHTMAP_MAX] |
lighting info start of [surfsize] samples
Definition at line 289 of file typedefs.h.
Referenced by EmitFace(), ExportLightmap(), FinalLightFace(), and SwapBSPFile().
short dBspSurface_t::numedges |
Definition at line 285 of file typedefs.h.
Referenced by BuildFaceExtents(), EmitFace(), FacesWithVert(), SampleNormal(), SwapBSPFile(), and WindingFromFace().
unsigned short dBspSurface_t::planenum |
Definition at line 281 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), EmitFace(), and SwapBSPFile().
short dBspSurface_t::side |
Definition at line 282 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), EmitFace(), and SwapBSPFile().
short dBspSurface_t::texinfo |
Definition at line 286 of file typedefs.h.
Referenced by BuildFaceExtents(), BuildFacelights(), CalcLightinfoVectors(), EmissiveLight(), EmitFace(), FacesWithVert(), FinalLightFace(), HasLight(), and SwapBSPFile().