]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD but alters glow
[xonotic/darkplaces.git] / render.h
index 66128bb58d47e133d51583053816235d889605d5..5298ca9587d3ea0a1d5d983d42b163f4a436bae9 100644 (file)
--- a/render.h
+++ b/render.h
@@ -312,6 +312,8 @@ typedef struct rsurfacestate_s
        // colormapping state from entity (these are black if colormapping is off)
        vec3_t colormap_pantscolor;
        vec3_t colormap_shirtcolor;
+       // special coloring of glow textures
+       vec3_t glowmod;
        // view location in model space
        vec3_t modelorg; // TODO: rename this
        // polygon offset data for submodels