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 mesh * | getMesh (model *modelptr, int idx) |
static mesh * | getFirstMesh (model *modelptr) |
static mesh * | getNextMesh (mesh *curr) |
static joint * | getJoints (model *modelptr) |
static vert * | getVerts (mesh *meshptr) |
static tri * | getTris (mesh *meshptr) |
static weight * | getWeights (mesh *meshptr) |
static int | findJoint (model *modelptr, const char *name) |
static string | getModelStats (model *mod) |
static model * | mapMD5Mesh (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 vert * | readVerts (FILE *f, int numverts) |
static tri * | readTris (FILE *f, int numtris) |
static weight * | readWeights (FILE *f, int numweights) |
static mesh * | readMesh (FILE *f) |
static joint * | readJoints (FILE *f, int numjoints) |
The documentation for this struct was generated from the following file: