]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
changed surface->mesh to surface->groupmesh and added num_firsttriangle and num_first...
[xonotic/darkplaces.git] / model_shared.h
index c54046058b72eff260458f73cc1021f231dbcd33..08925d8a0d4a24474b6e97e855087c3bb63baffd 100644 (file)
@@ -73,7 +73,8 @@ typedef struct overridetagnameset_s
 }
 overridetagnameset_t;
 
-// LordHavoc: replaces glpoly, triangle mesh
+// used for mesh lists in q1bsp/q3bsp map models
+// (the surfaces reference portions of these meshes)
 typedef struct surfmesh_s
 {
        int num_triangles; // number of triangles in the mesh