#include <PropaneModelStructs.h>
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. | |
1.4.6