![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_shared.h>
Data Fields | |
int | extents [2] |
int | lightmaporigin [2] |
unsigned char * | nmapsamples |
unsigned char * | samples |
unsigned char * | stainsamples |
unsigned char | styles [MAXLIGHTMAPS] |
mtexinfo_t * | texinfo |
int | texturemins [2] |
Definition at line 354 of file model_shared.h.
int msurface_lightmapinfo_t::extents[2] |
Definition at line 367 of file model_shared.h.
Referenced by Mod_BSP_LightPoint_RecursiveBSPNode(), mod_newmap(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), R_BuildLightMap(), R_StainNode(), and RSurf_PrepareVerticesForBatch().
int msurface_lightmapinfo_t::lightmaporigin[2] |
Definition at line 368 of file model_shared.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), and R_BuildLightMap().
unsigned char* msurface_lightmapinfo_t::nmapsamples |
Definition at line 363 of file model_shared.h.
Referenced by Mod_Q1BSP_LoadFaces(), and R_BuildLightMap().
unsigned char* msurface_lightmapinfo_t::samples |
Definition at line 361 of file model_shared.h.
Referenced by Mod_BSP_LightPoint_RecursiveBSPNode(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), R_BuildLightMap(), and RSurf_PrepareVerticesForBatch().
unsigned char* msurface_lightmapinfo_t::stainsamples |
Definition at line 365 of file model_shared.h.
Referenced by mod_newmap(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), R_BuildLightMap(), and R_StainNode().
unsigned char msurface_lightmapinfo_t::styles[MAXLIGHTMAPS] |
Definition at line 359 of file model_shared.h.
Referenced by Mod_BSP_LightPoint_RecursiveBSPNode(), Mod_Q1BSP_Load(), Mod_Q1BSP_LoadFaces(), Mod_Q2BSP_Load(), Mod_VBSP_LoadFaces(), R_BuildLightMap(), and RSurf_PrepareVerticesForBatch().
mtexinfo_t* msurface_lightmapinfo_t::texinfo |
Definition at line 357 of file model_shared.h.
Referenced by Mod_BSP_LightPoint_RecursiveBSPNode(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), and R_StainNode().
int msurface_lightmapinfo_t::texturemins[2] |
Definition at line 366 of file model_shared.h.
Referenced by Mod_BSP_LightPoint_RecursiveBSPNode(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadFaces(), and R_StainNode().