Maven module :un.storage : model3d-md2 :
Class : un.storage.model3d.md2.model.MD2Frame
Extends/Implements : -
Subclasses : -

Each frame contains the positions in 3D space for each vertex of each triangle
that makes up the model. Quake 2 (and Quake) models contain only triangles.
author  Johann Sorel


Variables : scale, translate, name, vertices
Functions : read



Size 3 :
This is a scale used by the vertex member of the triangleVertex_t structure.
public float[] scale


Size 3 :
This is a translation used by the vertex member of the triangleVertex_t structure.
public float[] translate


Size 16 bytes :
This is a name for the frame.
public Chars name


An array of numVertices triangleVertex_t structures.
public MD2Vertex[] vertices


public void read (DataInputStream ds, MD2Header header)