]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_iqm.h
free the data allocated by font rendering, even if the image is not to be used
[xonotic/darkplaces.git] / model_iqm.h
index c9222a55b60cfa3fa754a11152f9cbb03a0bc4df..a56829b4a1ddfc24f80a9aa9962fef3f25e87f8c 100644 (file)
@@ -61,7 +61,7 @@ typedef struct iqmjoint_s
 {
        unsigned int name;
        signed int parent;
-       float origin[3], rotation[3];
+       float origin[3], rotation[3], scale[3];
 }
 iqmjoint_t;
 
@@ -69,7 +69,7 @@ typedef struct iqmpose_s
 {
        signed int parent;
        unsigned int channelmask;
-       float channeloffset[6], channelscale[6];
+       float channeloffset[9], channelscale[9];
 }
 iqmpose_t;