]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
added comments to the bloom code in R_BlendView to try to explain how it works
[xonotic/darkplaces.git] / model_brush.h
index 6484ccf8533825cad4954a5dff5d221b62bbb4be..e99f07cd9b66c3570a68ab797ee75e6fa549a0fe 100644 (file)
@@ -181,11 +181,6 @@ typedef struct msurface_s
        int extents[2]; // q1bsp
        // if lightmap settings changed, this forces update
        int cached_dlight; // q1bsp
-       // if this == r_framecount there are dynamic lights on the surface
-       int dlightframe; // q1bsp
-       // which dynamic lights are touching this surface
-       // (only access this if dlightframe is current)
-       int dlightbits[8]; // q1bsp
 
        struct q3deffect_s *effect; // q3bsp
        // FIXME: collisionmarkframe should be kept in a separate array
@@ -307,9 +302,6 @@ typedef struct mlight_s
 }
 mlight_t;
 
-extern rtexture_t *r_notexture;
-extern texture_t r_notexture_mip;
-
 struct model_s;
 void Mod_Q1BSP_Load(struct model_s *mod, void *buffer);
 void Mod_IBSP_Load(struct model_s *mod, void *buffer);