![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_q1bsp.h>
Data Fields | |
mclipnode_t * | clipnodes |
unsigned char * | data_compressedpvs |
model_brush_lightstyleinfo_t * | data_lightstyleinfo |
medge_t * | edges |
qbool | firstrender |
hull_t | hulls [MAX_MAP_HULLS] |
unsigned char * | lightdata |
unsigned char * | lightmapupdateflags |
unsigned char * | nmaplightdata |
int | num_compressedpvs |
int | num_lightdata |
int | num_lightstyles |
int | numclipnodes |
int | numedges |
int | numsurfedges |
int | numtexinfo |
int | numvertexes |
mmodel_t * | submodels |
int * | surfedges |
struct mtexinfo_s * | texinfo |
mvertex_t * | vertexes |
Definition at line 7 of file model_q1bsp.h.
mclipnode_t* model_brushq1_t::clipnodes |
Definition at line 24 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadClipnodes().
unsigned char* model_brushq1_t::data_compressedpvs |
Definition at line 29 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadLeafs(), Mod_Q1BSP_LoadVisibility(), and Mod_Q2BSP_LoadVisibility().
model_brush_lightstyleinfo_t* model_brushq1_t::data_lightstyleinfo |
Definition at line 37 of file model_q1bsp.h.
medge_t* model_brushq1_t::edges |
Definition at line 15 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadEdges(), Mod_Q1BSP_LoadFaces(), Mod_VBSP_LoadEdges(), and Mod_VBSP_LoadFaces().
qbool model_brushq1_t::firstrender |
Definition at line 41 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), and Mod_VBSP_LoadFaces().
hull_t model_brushq1_t::hulls[MAX_MAP_HULLS] |
Definition at line 26 of file model_q1bsp.h.
Referenced by Mod_BSP_FinalizePortals(), Mod_BSP_MakePortals(), Mod_Q1BSP_LoadClipnodes(), Mod_Q1BSP_MakeHull0(), Mod_Q1BSP_RoundUpToHullSize(), and R_Stain().
unsigned char* model_brushq1_t::lightdata |
Definition at line 32 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadLighting(), Mod_Q2BSP_LoadLighting(), Mod_VBSP_LoadFaces(), and R_Stain().
unsigned char* model_brushq1_t::lightmapupdateflags |
Definition at line 40 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), and Mod_VBSP_LoadFaces().
unsigned char* model_brushq1_t::nmaplightdata |
Definition at line 33 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadLighting(), and Mod_VBSP_LoadFaces().
int model_brushq1_t::num_compressedpvs |
Definition at line 28 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadLeafs(), Mod_Q1BSP_LoadVisibility(), and Mod_Q2BSP_LoadVisibility().
int model_brushq1_t::num_lightdata |
Definition at line 31 of file model_q1bsp.h.
int model_brushq1_t::num_lightstyles |
Definition at line 36 of file model_q1bsp.h.
int model_brushq1_t::numclipnodes |
Definition at line 23 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadClipnodes().
int model_brushq1_t::numedges |
Definition at line 14 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadEdges(), and Mod_VBSP_LoadEdges().
int model_brushq1_t::numsurfedges |
Definition at line 20 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadSurfedges(), Mod_VBSP_LoadFaces(), and Mod_VBSP_LoadSurfedges().
int model_brushq1_t::numtexinfo |
Definition at line 17 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadTexinfo(), Mod_Q2BSP_LoadBrushSides(), Mod_Q2BSP_LoadTexinfo(), Mod_VBSP_LoadFaces(), and Mod_VBSP_LoadTexinfo().
int model_brushq1_t::numvertexes |
Definition at line 11 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadEdges(), Mod_Q1BSP_LoadVertexes(), Mod_VBSP_LoadEdges(), and Mod_VBSP_LoadVertexes().
mmodel_t* model_brushq1_t::submodels |
Definition at line 9 of file model_q1bsp.h.
Referenced by Mod_BSP_LoadSubmodels(), and Mod_Q1BSP_LoadLeafs().
int* model_brushq1_t::surfedges |
Definition at line 21 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadSurfedges(), Mod_VBSP_LoadFaces(), and Mod_VBSP_LoadSurfedges().
struct mtexinfo_s* model_brushq1_t::texinfo |
Definition at line 18 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadTexinfo(), Mod_Q2BSP_LoadBrushSides(), Mod_Q2BSP_LoadTexinfo(), Mod_VBSP_LoadFaces(), and Mod_VBSP_LoadTexinfo().
mvertex_t* model_brushq1_t::vertexes |
Definition at line 12 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q1BSP_LoadVertexes(), Mod_VBSP_LoadFaces(), and Mod_VBSP_LoadVertexes().