#include <r_lightmap.h>
Data Fields | |
GLuint | lightmap_texnum |
GLuint | deluxemap_texnum |
int | size |
unsigned * | allocated |
byte * | sample_buffer |
byte * | direction_buffer |
float | fbuffer [LIGHTMAP_FBUFFER_SIZE] |
Definition at line 49 of file r_lightmap.h.
unsigned* lightmaps_s::allocated |
block availability
Definition at line 55 of file r_lightmap.h.
Referenced by R_AllocLightmapBlock(), R_BeginBuildingLightmaps(), and R_UploadLightmapBlock().
Definition at line 51 of file r_lightmap.h.
Referenced by R_BeginBuildingLightmaps(), R_CreateSurfaceLightmap(), and R_UploadLightmapBlock().
Definition at line 58 of file r_lightmap.h.
Referenced by R_BeginBuildingLightmaps(), R_CreateSurfaceLightmap(), and R_UploadLightmapBlock().
float lightmaps_s::fbuffer[LIGHTMAP_FBUFFER_SIZE] |
RGB buffer for bsp loading
Definition at line 59 of file r_lightmap.h.
GLuint lightmaps_s::lightmap_texnum |
Definition at line 50 of file r_lightmap.h.
Referenced by R_BeginBuildingLightmaps(), R_CreateSurfaceLightmap(), and R_UploadLightmapBlock().
RGBA buffers for uploading
Definition at line 57 of file r_lightmap.h.
Referenced by R_BeginBuildingLightmaps(), R_CreateSurfaceLightmap(), and R_UploadLightmapBlock().
lightmap block size (NxN)
Definition at line 53 of file r_lightmap.h.
Referenced by R_AllocLightmapBlock(), R_BeginBuildingLightmaps(), R_CreateSurfaceLightmap(), R_LoadBspVertexArrays(), and R_UploadLightmapBlock().