]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
force subsampling only where REALLY needed
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 0494cd4771831d9dec79be48532214db30245a9b..078f46e214c39c0385af54d0caddbca07fbe59be 100644 (file)
@@ -1363,7 +1363,7 @@ typedef struct
        int                                     compileFlags;   /* for determining surface compile flags traced through */
        qboolean                        passSolid;
        qboolean                        opaque;
-       qboolean                        forceSubsampling; /* needs subsampling (alphashadow) */
+       vec_t                   forceSubsampling; /* needs subsampling (alphashadow), value = max color contribution possible from it */
        
        /* working data */
        int                                     numTestNodes;