]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
finished model/map rendering merge, model renderer has been completely removed
[xonotic/darkplaces.git] / model_shared.h
index 614ac4c1367f7cd4f218e99b3b60d1e7b5ce9650..5004a972d8c3170a3a30b8a79f3a1e96885ded54 100644 (file)
@@ -99,9 +99,6 @@ typedef struct surfmesh_s
        float *data_texcoorddetail2f; // float[verts*2] texcoords for detail texture
        float *data_lightmapcolor4f;
        int *data_lightmapoffsets; // index into surface's lightmap samples for vertex lighting
-       // if a model these will be a skin list to choose from
-       int num_skins;
-       struct texture_s *data_skins;
        // morph blending, these are zero if model is skeletal or static
        int num_morphframes;
        float *data_morphvertex3f;