MD2Header Struct Reference

Basic header for MD2 file. More...

#include <PropaneModelStructs.h>

List of all members.

Public Attributes

int magic
 Magic number.
int version
 Version number.
int skinWidth
 Width of the model's skin texture.
int skinHeight
 Height of the model's skin texture.
int frameSize
 Uniform size in bytes of a frame.
int numSkins
 Number of skins this model uses.
int numVertices
 Number of vertices in this model.
int numTexCoords
 Number of texture coordinates in this model.
int numTriangles
 Number of triangles in this model.
int numGlCommands
 Number of GL coordinates to render this model.
int numFrames
 Number of frames in this model.
int offsetSkins
 Offset into file storage for the skins.
int offsetTexCoords
 Offset into file storage for texture coordinates.
int offsetTriangles
 Offset into file storage for triangles.
int offsetFrames
 Offset into file storage for frames.
int offsetGlCommands
 Offset into file storage for GL commands.
int offsetEnd
 Offset into file storage for the end of the file.


Detailed Description

Basic header for MD2 file.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 20:26:03 2006 for Propane Injector by  doxygen 1.4.7