![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <render.h>
Data Fields | |
unsigned char * | entityvisible |
which entities are currently visible for this viewpoint (the used range is 0...r_refdef.scene.numentities) | |
int | maxentities |
unsigned char * | world_leafvisible |
qbool | world_novis |
if true, the view is currently in a leaf without pvs data | |
int | world_numleafs |
int | world_numsurfaces |
unsigned char * | world_pvsbits |
unsigned char * | world_surfacevisible |
unsigned char* r_refdef_viewcache_t::entityvisible |
which entities are currently visible for this viewpoint (the used range is 0...r_refdef.scene.numentities)
Definition at line 336 of file render.h.
Referenced by R_AnimCache_CacheVisibleEntities(), R_DrawBrushModelsSky(), R_DrawModelDecals(), R_DrawModels(), R_DrawModelsAddWaterPlanes(), R_DrawModelsDebug(), R_DrawModelsDepth(), R_Main_FreeViewCache(), R_Main_ResizeViewCache(), R_Shadow_DrawPrepass(), R_Shadow_PrepareLight(), and R_View_UpdateEntityVisible().
int r_refdef_viewcache_t::maxentities |
Definition at line 328 of file render.h.
Referenced by R_Main_ResizeViewCache().
unsigned char* r_refdef_viewcache_t::world_leafvisible |
Definition at line 341 of file render.h.
Referenced by R_DrawPortals(), R_Main_FreeViewCache(), R_Main_ResizeViewCache(), R_Shadow_BounceGrid_AssignPhotons_Task(), R_Shadow_PrepareLight(), R_View_UpdateEntityVisible(), and R_View_WorldVisibility().
qbool r_refdef_viewcache_t::world_novis |
if true, the view is currently in a leaf without pvs data
Definition at line 344 of file render.h.
Referenced by R_DrawParticles(), R_DrawTextureSurfaceList_Sky(), R_View_UpdateEntityVisible(), and R_View_WorldVisibility().
int r_refdef_viewcache_t::world_numleafs |
Definition at line 329 of file render.h.
Referenced by R_Main_ResizeViewCache().
int r_refdef_viewcache_t::world_numsurfaces |
Definition at line 330 of file render.h.
Referenced by R_Main_ResizeViewCache().
unsigned char* r_refdef_viewcache_t::world_pvsbits |
Definition at line 340 of file render.h.
Referenced by R_DrawParticles(), R_Main_FreeViewCache(), R_View_WorldVisibility(), and R_Water_ProcessPlanes().
unsigned char* r_refdef_viewcache_t::world_surfacevisible |
Definition at line 342 of file render.h.
Referenced by R_DrawDebugModel(), R_DrawModelDecals_Entity(), R_DrawModelSurfaces(), R_Main_FreeViewCache(), R_Main_ResizeViewCache(), R_Mod_DrawAddWaterPlanes(), R_Mod_DrawLight(), R_View_WorldVisibility(), and R_View_WorldVisibility_CullSurfaces().