]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
added DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD but alters glow
[xonotic/darkplaces.git] / client.h
index 32348dc4904ab808576cbbc40822b43f0715c0c1..5ac5483210b22e4e88c2414a5cf0fdeb739b9dbe 100644 (file)
--- a/client.h
+++ b/client.h
@@ -290,6 +290,7 @@ typedef struct entity_render_s
 
        // colormod tinting of models
        float colormod[3];
+       float glowmod[3];
 
        // interpolated animation - active framegroups and blend factors
        framegroupblend_t framegroupblend[MAX_FRAMEGROUPBLENDS];