doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
md3Header_s Struct Reference

#include <Model_md3.h>

Public Attributes

int ident
 
int version
 
char name [MAX_MD3PATH]
 
int flags
 
int numFrames
 
int numTags
 
int numSurfaces
 
int numSkins
 
int ofsFrames
 
int ofsTags
 
int ofsSurfaces
 
int ofsEnd
 

Detailed Description

Definition at line 125 of file Model_md3.h.

Member Data Documentation

int md3Header_s::flags

Definition at line 131 of file Model_md3.h.

int md3Header_s::ident

Definition at line 126 of file Model_md3.h.

char md3Header_s::name[MAX_MD3PATH]

Definition at line 129 of file Model_md3.h.

int md3Header_s::numFrames

Definition at line 133 of file Model_md3.h.

int md3Header_s::numSkins

Definition at line 137 of file Model_md3.h.

int md3Header_s::numSurfaces

Definition at line 135 of file Model_md3.h.

int md3Header_s::numTags

Definition at line 134 of file Model_md3.h.

int md3Header_s::ofsEnd

Definition at line 143 of file Model_md3.h.

int md3Header_s::ofsFrames

Definition at line 139 of file Model_md3.h.

int md3Header_s::ofsSurfaces

Definition at line 141 of file Model_md3.h.

int md3Header_s::ofsTags

Definition at line 140 of file Model_md3.h.

int md3Header_s::version

Definition at line 127 of file Model_md3.h.


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