DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
r_refdef_viewcache_t Struct Reference

#include <render.h>

Collaboration diagram for r_refdef_viewcache_t:

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

Detailed Description

Definition at line 325 of file render.h.

Field Documentation

◆ entityvisible

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.

◆ maxentities

int r_refdef_viewcache_t::maxentities

Definition at line 328 of file render.h.

◆ world_leafvisible

unsigned char* r_refdef_viewcache_t::world_leafvisible

Definition at line 341 of file render.h.

◆ world_novis

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.

◆ world_numleafs

int r_refdef_viewcache_t::world_numleafs

Definition at line 329 of file render.h.

◆ world_numsurfaces

int r_refdef_viewcache_t::world_numsurfaces

Definition at line 330 of file render.h.

◆ world_pvsbits

unsigned char* r_refdef_viewcache_t::world_pvsbits

Definition at line 340 of file render.h.

◆ world_surfacevisible

unsigned char* r_refdef_viewcache_t::world_surfacevisible

Definition at line 342 of file render.h.


The documentation for this struct was generated from the following file: