X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_shared.h;h=fb9bc566b40c90a54b970fa15cfd51bec7ed2ada;hb=25e6965735b10f67db3c27652a084fba3b8d740f;hp=509cff367c93e999cb61cb5b3f47edb233da5ff1;hpb=72f117c6c48809ab34e14c7725210789cd7abdaa;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.h b/model_shared.h index 509cff36..fb9bc566 100644 --- a/model_shared.h +++ b/model_shared.h @@ -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;