]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
changed format of aliasvertex_t to use floats (hopefully this is a speedup, it sure...
[xonotic/darkplaces.git] / model_shared.h
index 509cff367c93e999cb61cb5b3f47edb233da5ff1..21fe6b529b706b76a4bbe0bf3bb15173a97aa686 100644 (file)
@@ -231,10 +231,12 @@ 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;
 
        // for Zymotic models
        int                             zymnum_verts;