FTEQW
Documentation of the FTE engine source tree.
mmodel_t Struct Reference

#include <gl_model.h>

Public Attributes

float mins [3]
 
float maxs [3]
 
float origin [3]
 
unsigned int headnode [MAX_MAP_HULLSM]
 
unsigned int visleafs
 
unsigned int firstface
 
unsigned int numfaces
 
qboolean hullavailable [MAX_MAP_HULLSM]
 
struct q2cbrush_sbrushes
 
unsigned int numbrushes
 

Member Data Documentation

◆ brushes

struct q2cbrush_s* mmodel_t::brushes

◆ firstface

unsigned int mmodel_t::firstface

◆ headnode

unsigned int mmodel_t::headnode[MAX_MAP_HULLSM]

◆ hullavailable

qboolean mmodel_t::hullavailable[MAX_MAP_HULLSM]

◆ maxs

float mmodel_t::maxs[3]

◆ mins

float mmodel_t::mins[3]

◆ numbrushes

unsigned int mmodel_t::numbrushes

◆ numfaces

unsigned int mmodel_t::numfaces

◆ origin

float mmodel_t::origin[3]

◆ visleafs

unsigned int mmodel_t::visleafs

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