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

#include <r_model_brush.h>

Data Fields

int contents
 
AABB minmaxs
 
mBspNode_tparent
 
struct model_smodel
 

Detailed Description

Definition at line 188 of file r_model_brush.h.

Field Documentation

int mBspLeaf_s::contents

will be a negative contents number

Definition at line 190 of file r_model_brush.h.

Referenced by R_ModLoadLeafs().

AABB mBspLeaf_s::minmaxs

for bounding box culling

Definition at line 191 of file r_model_brush.h.

Referenced by R_ModLoadLeafs().

struct model_s* mBspLeaf_s::model

Definition at line 195 of file r_model_brush.h.

mBspNode_t* mBspLeaf_s::parent

Definition at line 193 of file r_model_brush.h.


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