]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
decals added back due to popular demand, currently not at all optimized (they're...
[xonotic/darkplaces.git] / model_shared.h
index 509cff367c93e999cb61cb5b3f47edb233da5ff1..fb9bc566b40c90a54b970fa15cfd51bec7ed2ada 100644 (file)
@@ -230,11 +230,9 @@ typedef struct model_s
 
        animscene_t             *animscenes; // [numframes]
 
-       // Q1 and Q2 models are the same after loading
-       int                             *mdlmd2data_indices;
-       float                   *mdlmd2data_texcoords;
-       aliasvertex_t   *mdlmd2data_pose;
-       int                             *mdlmd2data_triangleneighbors;
+       // mdl/md2/md3 models are the same after loading
+       int                             aliasnum_meshes;
+       aliasmesh_t             *aliasdata_meshes;
 
        // for Zymotic models
        int                             zymnum_verts;