]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_iqm.h
modeldecompile: also write a framegroups file if possible
[xonotic/darkplaces.git] / model_iqm.h
index 78197162ec29ac5804d541f9e64f5b5124b83b2a..c9222a55b60cfa3fa754a11152f9cbb03a0bc4df 100644 (file)
@@ -48,6 +48,9 @@ iqmmesh_t;
 #define IQM_FLOAT   7
 #define IQM_DOUBLE  8
 
+// animflags
+#define IQM_LOOP 1
+
 typedef struct iqmtriangle_s
 {
        unsigned int vertex[3];