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

#include <model_q1bsp.h>

+ Collaboration diagram for model_brushq1_t:

Data Fields

mclipnode_tclipnodes
 
unsigned char * data_compressedpvs
 
model_brush_lightstyleinfo_tdata_lightstyleinfo
 
medge_tedges
 
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_tsubmodels
 
intsurfedges
 
struct mtexinfo_s * texinfo
 
mvertex_tvertexes
 

Detailed Description

Definition at line 7 of file model_q1bsp.h.

Field Documentation

◆ clipnodes

mclipnode_t* model_brushq1_t::clipnodes

Definition at line 24 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_LoadClipnodes().

◆ data_compressedpvs

unsigned char* model_brushq1_t::data_compressedpvs

◆ data_lightstyleinfo

model_brush_lightstyleinfo_t* model_brushq1_t::data_lightstyleinfo

Definition at line 37 of file model_q1bsp.h.

◆ edges

medge_t* model_brushq1_t::edges

◆ firstrender

qbool model_brushq1_t::firstrender

Definition at line 41 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_LoadFaces(), and Mod_VBSP_LoadFaces().

◆ hulls

◆ lightdata

unsigned char* model_brushq1_t::lightdata

◆ lightmapupdateflags

unsigned char* model_brushq1_t::lightmapupdateflags

Definition at line 40 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_LoadFaces(), and Mod_VBSP_LoadFaces().

◆ nmaplightdata

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().

◆ num_compressedpvs

int model_brushq1_t::num_compressedpvs

◆ num_lightdata

int model_brushq1_t::num_lightdata

Definition at line 31 of file model_q1bsp.h.

◆ num_lightstyles

int model_brushq1_t::num_lightstyles

Definition at line 36 of file model_q1bsp.h.

◆ numclipnodes

int model_brushq1_t::numclipnodes

Definition at line 23 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_LoadClipnodes().

◆ numedges

int model_brushq1_t::numedges

Definition at line 14 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_LoadEdges(), and Mod_VBSP_LoadEdges().

◆ numsurfedges

int model_brushq1_t::numsurfedges

◆ numtexinfo

◆ numvertexes

int model_brushq1_t::numvertexes

◆ submodels

mmodel_t* model_brushq1_t::submodels

Definition at line 9 of file model_q1bsp.h.

Referenced by Mod_BSP_LoadSubmodels(), and Mod_Q1BSP_LoadLeafs().

◆ surfedges

int* model_brushq1_t::surfedges

◆ texinfo

struct mtexinfo_s* model_brushq1_t::texinfo

◆ vertexes

mvertex_t* model_brushq1_t::vertexes

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