UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dMD2tag_t Struct Reference

Tag file header structure - 32 byte A tag for a model must have the same amount of frames as the model. A tag is nothing more than a coordinate. It's used to e.g. determine the hand of a model when the walking animation is played. The renderer has to know where to place the weapon. More...

#include <qfiles.h>

Data Fields

uint32_t ident
 
uint32_t version
 
uint32_t num_tags
 
uint32_t num_frames
 
uint32_t ofs_names
 
uint32_t ofs_tags
 
uint32_t ofs_end
 
uint32_t ofs_extractend
 

Detailed Description

Tag file header structure - 32 byte A tag for a model must have the same amount of frames as the model. A tag is nothing more than a coordinate. It's used to e.g. determine the hand of a model when the walking animation is played. The renderer has to know where to place the weapon.

Definition at line 141 of file qfiles.h.

Field Documentation

uint32_t dMD2tag_t::ident

844121162

Definition at line 142 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::num_frames

number of frames in this tag file - should be the same as in your exported model that uses this tag file

Definition at line 146 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::num_tags

number of tags in this tag file

Definition at line 145 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::ofs_end

Definition at line 151 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::ofs_extractend

Definition at line 152 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::ofs_names

Definition at line 149 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::ofs_tags

Definition at line 150 of file qfiles.h.

Referenced by R_ModLoadTags().

uint32_t dMD2tag_t::version

version of the tag file -

See also
TAG_VERSION

Definition at line 143 of file qfiles.h.

Referenced by R_ModLoadTags().


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