UFO: Alien Invasion
|
#include <typedefs.h>
Data Fields | |
uint16_t | planenum |
short | side |
int | firstedge |
short | numedges |
short | texinfo |
int | lightofs [LIGHTMAP_MAX] |
Definition at line 403 of file typedefs.h.
int dBspSurface_t::firstedge |
we must support > 64k edges
Definition at line 407 of file typedefs.h.
Referenced by BuildFaceExtents(), EmitFace(), FacesWithVert(), SampleNormal(), SL_SliceTheWorld(), SwapBSPFile(), and WindingFromFace().
int dBspSurface_t::lightofs[LIGHTMAP_MAX] |
lighting info start of [surfsize] samples
Definition at line 412 of file typedefs.h.
Referenced by EmitFace(), ExportLightmap(), FinalLightFace(), and SwapBSPFile().
short dBspSurface_t::numedges |
Definition at line 408 of file typedefs.h.
Referenced by BuildFaceExtents(), EmitFace(), FacesWithVert(), SampleNormal(), SL_SliceTheWorld(), SwapBSPFile(), and WindingFromFace().
uint16_t dBspSurface_t::planenum |
planenum is used in lighting stage, but not in ufo
Definition at line 404 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), EmitFace(), and SwapBSPFile().
short dBspSurface_t::side |
Definition at line 405 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), EmitFace(), and SwapBSPFile().
short dBspSurface_t::texinfo |
index in the global texinfo array
Definition at line 409 of file typedefs.h.
Referenced by BuildFaceExtents(), BuildFacelights(), CalcLightinfoVectors(), EmissiveLight(), EmitFace(), FacesWithVert(), FinalLightFace(), HasLight(), SL_SliceTheWorld(), and SwapBSPFile().