]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Updated cl_modelindexlist command with additional model information, including model...
[xonotic/darkplaces.git] / model_shared.h
index 58f15c821fb127b4c1e493b9e951c3d2602473c1..eb2ddce1e942b96241eb0c39484fe78c3dec8bdd 100644 (file)
@@ -813,6 +813,8 @@ typedef struct model_s
        msurface_lightmapinfo_t *data_surfaces_lightmapinfo;
        // all surfaces belong to this mesh
        surfmesh_t              surfmesh;
+       // data type of model
+       const char              *modeldatatypestring;
        // draw the model's sky polygons (only used by brush models)
        void(*DrawSky)(struct entity_render_s *ent);
        // draw the model using lightmap/dlight shading