UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mBspHeader_s Struct Reference

#include <r_model_brush.h>

Data Fields

AABB hBox
 
vec3_t origin
 
float radius
 
int headnode
 
int visleafs
 
int firstface
 
int numfaces
 

Detailed Description

Definition at line 41 of file r_model_brush.h.

Field Documentation

int mBspHeader_s::firstface
AABB mBspHeader_s::hBox

Definition at line 42 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().

int mBspHeader_s::headnode

Definition at line 45 of file r_model_brush.h.

Referenced by R_GetLevelSurfaceLists(), R_ModLoadSubmodels(), and R_SetupSubmodels().

int mBspHeader_s::numfaces

indices in the bsp surfaces list

Definition at line 47 of file r_model_brush.h.

Referenced by R_GenerateGrass(), R_GetLevelSurfaceLists(), R_ModLoadSubmodels(), R_SetupSubmodels(), and R_SetupWorldModel().

vec3_t mBspHeader_s::origin

Definition at line 43 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels().

float mBspHeader_s::radius

Definition at line 44 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().

int mBspHeader_s::visleafs

not including the solid leaf 0

Definition at line 46 of file r_model_brush.h.


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