icculus quake2 doxygen  1.0 dev
mleaf_s Struct Reference

#include <r_model.h>

Public Attributes

int contents
 
int visframe
 
short minmaxs [6]
 
struct mnode_sparent
 
int cluster
 
int area
 
msurface_t ** firstmarksurface
 
int nummarksurfaces
 
int key
 
float minmaxs [6]
 

Detailed Description

Definition at line 143 of file r_model.h.

Member Data Documentation

◆ area

int mleaf_s::area

Definition at line 155 of file r_model.h.

Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().

◆ cluster

int mleaf_s::cluster

Definition at line 154 of file r_model.h.

Referenced by Mod_LoadLeafs(), R_MarkLeaves(), and R_SetupFrame().

◆ contents

int mleaf_s::contents

Definition at line 146 of file r_model.h.

Referenced by Mod_LoadLeafs(), R_NumberLeafs(), and R_SetupFrame().

◆ firstmarksurface

msurface_t ** mleaf_s::firstmarksurface

Definition at line 157 of file r_model.h.

Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().

◆ key

int mleaf_s::key

Definition at line 159 of file r_model.h.

Referenced by R_RecursiveWorldNode().

◆ minmaxs [1/2]

short mleaf_s::minmaxs[6]

Definition at line 149 of file r_model.h.

Referenced by Mod_LoadLeafs().

◆ minmaxs [2/2]

float mleaf_s::minmaxs[6]

Definition at line 153 of file gl_model.h.

◆ nummarksurfaces

int mleaf_s::nummarksurfaces

Definition at line 158 of file r_model.h.

Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().

◆ parent

struct mnode_s * mleaf_s::parent

Definition at line 151 of file r_model.h.

◆ visframe

int mleaf_s::visframe

Definition at line 147 of file r_model.h.

Referenced by R_MarkLeaves().