]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
introduce a lightmap scale for models, and use this for the sRGB fallback instead...
[xonotic/darkplaces.git] / model_shared.h
index 747bec0cfb32b39b703156937e1b638ff1aba4c9..bd292ab094db1396a55e94742ac222881cdd56d5 100644 (file)
@@ -1048,6 +1048,7 @@ typedef struct model_s
 
        // if set, the model contains light information (lightmap, or vertexlight)
        qboolean lit;
+       float lightmapscale;
 }
 dp_model_t;