DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
dpmheader_t Struct Reference

#include <model_dpmodel.h>

+ Collaboration diagram for dpmheader_t:

Data Fields

float allradius
 
unsigned int filesize
 
char id [16]
 
float maxs [3]
 
float mins [3]
 
unsigned int num_bones
 
unsigned int num_frames
 
unsigned int num_meshs
 
unsigned int ofs_bones
 
unsigned int ofs_frames
 
unsigned int ofs_meshs
 
unsigned int type
 
float yawradius
 

Detailed Description

Definition at line 39 of file model_dpmodel.h.

Field Documentation

◆ allradius

float dpmheader_t::allradius

Definition at line 44 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ filesize

unsigned int dpmheader_t::filesize

Definition at line 43 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ id

char dpmheader_t::id[16]

Definition at line 41 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ maxs

float dpmheader_t::maxs[3]

Definition at line 44 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ mins

float dpmheader_t::mins[3]

Definition at line 44 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ num_bones

unsigned int dpmheader_t::num_bones

Definition at line 46 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ num_frames

unsigned int dpmheader_t::num_frames

Definition at line 48 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ num_meshs

unsigned int dpmheader_t::num_meshs

Definition at line 47 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ ofs_bones

unsigned int dpmheader_t::ofs_bones

Definition at line 49 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ ofs_frames

unsigned int dpmheader_t::ofs_frames

Definition at line 51 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ ofs_meshs

unsigned int dpmheader_t::ofs_meshs

Definition at line 50 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ type

unsigned int dpmheader_t::type

Definition at line 42 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().

◆ yawradius

float dpmheader_t::yawradius

Definition at line 44 of file model_dpmodel.h.

Referenced by Mod_DARKPLACESMODEL_Load().


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