]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
md3 model support and some cleanups to skin loading and other things in the mdl and...
[xonotic/darkplaces.git] / model_shared.h
index fb9bc566b40c90a54b970fa15cfd51bec7ed2ada..3740fc5ce66f6f22dc3628f2932f937ec9a1e3f7 100644 (file)
@@ -108,17 +108,13 @@ typedef struct model_s
        int                             aliastype;
        // LordHavoc: if true (normally only for sprites) the model/sprite/bmodel is always rendered fullbright
        int                             fullbright;
-       // number of QC accessable frame(group)s in the model
+       // number of QC accessible frame(group)s in the model
        int                             numframes;
+       // number of QC accessible skin(group)s in the model
+       int                             numskins;
        // whether to randomize animated framegroups
        synctype_t              synctype;
 
-       // used for sprites and models
-       int                             numtris;
-       // used for models
-       int                             numskins;
-       // used by models
-       int                             numverts;
 
        // flags from the model file
        int                             flags;