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

#include <svbsp.h>

+ Collaboration diagram for svbsp_t:

Data Fields

int maxnodes
 
svbsp_node_tnodes
 
int numnodes
 
float origin [3]
 
int ranoutofnodes
 
int stat_occluders_accepted
 
int stat_occluders_fragments_accepted
 
int stat_occluders_fragments_rejected
 
int stat_occluders_rejected
 
int stat_queries_accepted
 
int stat_queries_fragments_accepted
 
int stat_queries_fragments_rejected
 
int stat_queries_rejected
 

Detailed Description

Definition at line 21 of file svbsp.h.

Field Documentation

◆ maxnodes

int svbsp_t::maxnodes

Definition at line 28 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ nodes

◆ numnodes

int svbsp_t::numnodes

◆ origin

float svbsp_t::origin[3]

Definition at line 24 of file svbsp.h.

◆ ranoutofnodes

int svbsp_t::ranoutofnodes

◆ stat_occluders_accepted

int svbsp_t::stat_occluders_accepted

Definition at line 38 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_occluders_fragments_accepted

int svbsp_t::stat_occluders_fragments_accepted

Definition at line 40 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_occluders_fragments_rejected

int svbsp_t::stat_occluders_fragments_rejected

Definition at line 39 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_occluders_rejected

int svbsp_t::stat_occluders_rejected

Definition at line 37 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_queries_accepted

int svbsp_t::stat_queries_accepted

Definition at line 42 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_queries_fragments_accepted

int svbsp_t::stat_queries_fragments_accepted

Definition at line 44 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_queries_fragments_rejected

int svbsp_t::stat_queries_fragments_rejected

Definition at line 43 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().

◆ stat_queries_rejected

int svbsp_t::stat_queries_rejected

Definition at line 41 of file svbsp.h.

Referenced by R_Q1BSP_CallRecursiveGetLightInfo().


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