]> 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 21fe6b529b706b76a4bbe0bf3bb15173a97aa686..fb9bc566b40c90a54b970fa15cfd51bec7ed2ada 100644 (file)
@@ -230,13 +230,9 @@ typedef struct model_s
 
        animscene_t             *animscenes; // [numframes]
 
-       // Q1 and Q2 models are the same after loading
-       int                             mdlmd2num_meshes;
-       int                             *mdlmd2data_indices;
-       float                   *mdlmd2data_texcoords;
-       aliasvertex_t   *mdlmd2data_pose;
-       int                             *mdlmd2data_triangleneighbors;
-       aliasmesh_t             *mdlmd2data_meshes;
+       // mdl/md2/md3 models are the same after loading
+       int                             aliasnum_meshes;
+       aliasmesh_t             *aliasdata_meshes;
 
        // for Zymotic models
        int                             zymnum_verts;