icculus quake2 doxygen  1.0 dev
cleaf_t Struct Reference

Public Attributes

int contents
 
int cluster
 
int area
 
unsigned short firstleafbrush
 
unsigned short numleafbrushes
 

Detailed Description

Definition at line 36 of file cmodel.c.

Member Data Documentation

◆ area

int cleaf_t::area

Definition at line 40 of file cmodel.c.

Referenced by CM_LeafArea(), and CMod_LoadLeafs().

◆ cluster

int cleaf_t::cluster

Definition at line 39 of file cmodel.c.

Referenced by CM_HeadnodeVisible(), CM_LeafCluster(), and CMod_LoadLeafs().

◆ contents

◆ firstleafbrush

unsigned short cleaf_t::firstleafbrush

Definition at line 41 of file cmodel.c.

Referenced by CM_InitBoxHull(), CM_TestInLeaf(), CM_TraceToLeaf(), and CMod_LoadLeafs().

◆ numleafbrushes

unsigned short cleaf_t::numleafbrushes

Definition at line 42 of file cmodel.c.

Referenced by CM_InitBoxHull(), CM_TestInLeaf(), CM_TraceToLeaf(), and CMod_LoadLeafs().