Data Fields | |
char | magic [4] |
int | version |
char | name [64] |
int | flags |
int | numFrames |
int | numTags |
int | numSurfaces |
int | numSkins |
int | ofsFrames |
int | ofsTags |
int | ofsSurfaces |
int | ofsEnd |
Definition at line 105 of file pm_md3.c.
int md3_s::flags |
char md3_s::magic[4] |
Definition at line 107 of file pm_md3.c.
Referenced by _md3_canload(), and _md3_load().
char md3_s::name[64] |
int md3_s::numFrames |
Definition at line 111 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::numSkins |
Definition at line 114 of file pm_md3.c.
Referenced by _md3_load().
Definition at line 113 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::numTags |
Definition at line 112 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::ofsEnd |
Definition at line 118 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::ofsFrames |
Definition at line 115 of file pm_md3.c.
Referenced by _md3_load().
Definition at line 117 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::ofsTags |
Definition at line 116 of file pm_md3.c.
Referenced by _md3_load().
int md3_s::version |
Definition at line 108 of file pm_md3.c.
Referenced by _md3_canload(), and _md3_load().