is a variable sized structure, however all frame_t structures within the same file will have the same size (numVertices in the header) More...
#include <qfiles.h>
Data Fields | |
float | scale [3] |
float | translate [3] |
char | name [16] |
dMD2TriangleVertex_t | verts [1] |
is a variable sized structure, however all frame_t structures within the same file will have the same size (numVertices in the header)
Definition at line 92 of file qfiles.h.
char dAliasFrame_s::name[16] |
float dAliasFrame_s::scale[3] |
multiply byte verts by this
Definition at line 93 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), R_ModLoadAliasMD2MeshUnindexed(), and SV_ModLoadAliasMD2Model().
float dAliasFrame_s::translate[3] |
then add this
Definition at line 94 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), R_ModLoadAliasMD2MeshUnindexed(), and SV_ModLoadAliasMD2Model().
variable sized - an array of num_verts dMD2TriangleVertex_t structures.
Definition at line 96 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), and R_ModLoadAliasMD2MeshUnindexed().