UFO: Alien Invasion
Loading...
Searching...
No Matches
mBspHeader_t Struct Reference

#include <r_model_brush.h>

Collaboration diagram for mBspHeader_t:
Collaboration graph

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

◆ firstface

int mBspHeader_t::firstface

◆ hBox

AABB mBspHeader_t::hBox

Definition at line 42 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().

◆ headnode

int mBspHeader_t::headnode

Definition at line 45 of file r_model_brush.h.

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

◆ numfaces

int mBspHeader_t::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().

◆ origin

vec3_t mBspHeader_t::origin

Definition at line 43 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels().

◆ radius

float mBspHeader_t::radius

Definition at line 44 of file r_model_brush.h.

Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().

◆ visleafs

int mBspHeader_t::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: