MD5Format Struct Reference

List of all members.

Classes

struct  animation
struct  bound
struct  joint
struct  mesh
struct  model
struct  tri
struct  vert
struct  weight

Static Public Member Functions

static size_t sizeofMesh (mesh *meshptr)
static size_t sizeofModel (model *modelptr)
static meshgetMesh (model *modelptr, int idx)
static meshgetFirstMesh (model *modelptr)
static meshgetNextMesh (mesh *curr)
static jointgetJoints (model *modelptr)
static vertgetVerts (mesh *meshptr)
static trigetTris (mesh *meshptr)
static weightgetWeights (mesh *meshptr)
static int findJoint (model *modelptr, const char *name)
static string getModelStats (model *mod)
static modelmapMD5Mesh (const char *filename)
static string formatJoint (float *p, float *q)
static void testMD5MeshLoad ()
static void toLocalJoints (int numJoints, joint *joints, joint *joints_)
static void toGlobalJoints (int numJoints, joint *joints, joint *joints_, joint *manipulators=NULL)
static void animatedMeshVertices (mesh *msh, joint *joints, float *vertices)

Static Protected Member Functions

static vertreadVerts (FILE *f, int numverts)
static trireadTris (FILE *f, int numtris)
static weightreadWeights (FILE *f, int numweights)
static meshreadMesh (FILE *f)
static jointreadJoints (FILE *f, int numjoints)

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

Generated on Thu Jan 28 14:11:05 2010 for Linwarrior 3D by  doxygen 1.6.1