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

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]
 

Detailed Description

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 90 of file qfiles.h.

Field Documentation

char dAliasFrame_s::name[16]

frame name from grabbing

Definition at line 93 of file qfiles.h.

float dAliasFrame_s::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 dAliasFrame_s::translate[3]

then add this

Definition at line 92 of file qfiles.h.

Referenced by R_ModLoadAliasMD2MeshIndexed(), R_ModLoadAliasMD2MeshUnindexed(), and SV_ModLoadAliasMD2Model().

dMD2TriangleVertex_t dAliasFrame_s::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().


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