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.

◆ data_compressedpvs

unsigned char* model_brushq1_t::data_compressedpvs

Definition at line 29 of file model_q1bsp.h.

◆ 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

Definition at line 15 of file model_q1bsp.h.

◆ firstrender

qbool model_brushq1_t::firstrender

Definition at line 41 of file model_q1bsp.h.

◆ hulls

hull_t model_brushq1_t::hulls[MAX_MAP_HULLS]

Definition at line 26 of file model_q1bsp.h.

Referenced by Mod_Q1BSP_RoundUpToHullSize().

◆ lightdata

unsigned char* model_brushq1_t::lightdata

Definition at line 32 of file model_q1bsp.h.

◆ lightmapupdateflags

unsigned char* model_brushq1_t::lightmapupdateflags

Definition at line 40 of file model_q1bsp.h.

◆ nmaplightdata

unsigned char* model_brushq1_t::nmaplightdata

Definition at line 33 of file model_q1bsp.h.

◆ num_compressedpvs

int model_brushq1_t::num_compressedpvs

Definition at line 28 of file model_q1bsp.h.

◆ 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.

◆ numedges

int model_brushq1_t::numedges

Definition at line 14 of file model_q1bsp.h.

◆ numsurfedges

int model_brushq1_t::numsurfedges

Definition at line 20 of file model_q1bsp.h.

◆ numtexinfo

int model_brushq1_t::numtexinfo

Definition at line 17 of file model_q1bsp.h.

◆ numvertexes

int model_brushq1_t::numvertexes

Definition at line 11 of file model_q1bsp.h.

◆ submodels

mmodel_t* model_brushq1_t::submodels

Definition at line 9 of file model_q1bsp.h.

◆ surfedges

int* model_brushq1_t::surfedges

Definition at line 21 of file model_q1bsp.h.

◆ texinfo

struct mtexinfo_s* model_brushq1_t::texinfo

Definition at line 18 of file model_q1bsp.h.

◆ vertexes

mvertex_t* model_brushq1_t::vertexes

Definition at line 12 of file model_q1bsp.h.


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