![]() |
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.
| unsigned char* model_brushq1_t::data_compressedpvs |
Definition at line 29 of file model_q1bsp.h.
| 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.
| qbool model_brushq1_t::firstrender |
Definition at line 41 of file model_q1bsp.h.
| hull_t model_brushq1_t::hulls[MAX_MAP_HULLS] |
Definition at line 26 of file model_q1bsp.h.
Referenced by Mod_Q1BSP_RoundUpToHullSize().
| unsigned char* model_brushq1_t::lightdata |
Definition at line 32 of file model_q1bsp.h.
| unsigned char* model_brushq1_t::lightmapupdateflags |
Definition at line 40 of file model_q1bsp.h.
| unsigned char* model_brushq1_t::nmaplightdata |
Definition at line 33 of file model_q1bsp.h.
| int model_brushq1_t::num_compressedpvs |
Definition at line 28 of file model_q1bsp.h.
| 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.
| int model_brushq1_t::numedges |
Definition at line 14 of file model_q1bsp.h.
| int model_brushq1_t::numsurfedges |
Definition at line 20 of file model_q1bsp.h.
| int model_brushq1_t::numtexinfo |
Definition at line 17 of file model_q1bsp.h.
| int model_brushq1_t::numvertexes |
Definition at line 11 of file model_q1bsp.h.
| mmodel_t* model_brushq1_t::submodels |
Definition at line 9 of file model_q1bsp.h.
| int* model_brushq1_t::surfedges |
Definition at line 21 of file model_q1bsp.h.
| struct mtexinfo_s* model_brushq1_t::texinfo |
Definition at line 18 of file model_q1bsp.h.
| mvertex_t* model_brushq1_t::vertexes |
Definition at line 12 of file model_q1bsp.h.