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

#include <r_model_brush.h>

Collaboration diagram for mBspLeaf_t:
Collaboration graph

Data Fields

int contents
AABB minmaxs
mBspNode_tparent
struct model_s * model

Detailed Description

Definition at line 188 of file r_model_brush.h.

Field Documentation

◆ contents

int mBspLeaf_t::contents

will be a negative contents number

Definition at line 190 of file r_model_brush.h.

Referenced by R_ModLoadLeafs().

◆ minmaxs

AABB mBspLeaf_t::minmaxs

for bounding box culling

Definition at line 191 of file r_model_brush.h.

Referenced by R_ModLoadLeafs().

◆ model

struct model_s* mBspLeaf_t::model

Definition at line 195 of file r_model_brush.h.

◆ parent

mBspNode_t* mBspLeaf_t::parent

Definition at line 193 of file r_model_brush.h.


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