#include <qfiles.h>
Data Fields | |
uint16_t | index_verts [3] |
uint16_t | index_st [3] |
Definition at line 64 of file qfiles.h.
these three shorts are indices into the array of vertices in each frames. In other words, the number of triangles in a md2 file is fixed, and each triangle is always made of the same three indices into each frame's array of vertices. So, in each frame, the triangles themselves stay intact, their vertices are just moved around