]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Elric added deflated file support for pk3 archives (in other words: compressed pk3...
[xonotic/darkplaces.git] / model_shared.h
index 43cadd1aec10b868e2edead6285c7f51e5922afc..4a43454464d30becb39935ea96326f35b2c0b03e 100644 (file)
@@ -73,9 +73,9 @@ typedef struct shadowmesh_s
        struct shadowmesh_s *next;
        int numverts, maxverts;
        int numtriangles, maxtriangles;
-       float *verts;
-       int *elements;
-       int *neighbors;
+       float *vertex3f;
+       int *element3i;
+       int *neighbor3i;
        // these are NULL after Mod_ShadowMesh_Finish is performed, only used
        // while building meshes
        shadowmeshvertexhash_t **vertexhashtable, *vertexhashentries;