UFO: Alien Invasion
Loading...
Searching...
No Matches
dMD2Frame_t 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>

Collaboration diagram for dMD2Frame_t:
Collaboration graph

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

◆ name

char dMD2Frame_t::name[16]

frame name from grabbing

Definition at line 93 of file qfiles.h.

◆ scale

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().

◆ translate

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().

◆ verts

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().


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