|
UFO: Alien Invasion
|
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)
| float dMD2Frame_t::scale[3] |
multiply byte verts by this
Definition at line 91 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), R_ModLoadAliasMD2MeshUnindexed(), and SV_ModLoadAliasMD2Model().
| float dMD2Frame_t::translate[3] |
then add this
Definition at line 92 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), R_ModLoadAliasMD2MeshUnindexed(), and SV_ModLoadAliasMD2Model().
| dMD2TriangleVertex_t dMD2Frame_t::verts[1] |
variable sized - an array of num_verts dMD2TriangleVertex_t structures.
Definition at line 94 of file qfiles.h.
Referenced by R_ModLoadAliasMD2MeshIndexed(), and R_ModLoadAliasMD2MeshUnindexed().