]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
Merge branch 'master' of ssh://icculus.org/netradiant into icculus
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 303ff66e37306cf3b61676a5d2ac1b22f2d41a3e..1b86f124c639b4ad56e2b35feba64379aacb891b 100644 (file)
@@ -1351,6 +1351,7 @@ typedef struct
        /* input and output */
        vec3_t                          color;                  /* starts out at full color, may be reduced if transparent surfaces are crossed */
        vec3_t                          colorNoShadow;  /* result color with no shadow casting */
+       vec3_t                          directionContribution; /* result contribution to the deluxe map */
 
        /* output */
        vec3_t                          hit;