X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_brush.h;h=3b1d61624f9228a08946f70eac6e4d45c5f3ddc0;hp=2eb384700cf30faee514084e80f89741f0a6b446;hb=4a43205a0993d496822f3460158a41fd4f96c800;hpb=a8732c390b6b4c0e46e3e1eae07722b6359994a5 diff --git a/model_brush.h b/model_brush.h index 2eb38470..3b1d6162 100644 --- a/model_brush.h +++ b/model_brush.h @@ -127,6 +127,8 @@ mplane_t; #define MATERIALFLAG_ALPHAGEN_VERTEX 0x08000000 // use occlusion buffer for corona #define MATERIALFLAG_OCCLUDE 0x10000000 +// use vertex color instead of lighting (e.g. particles and other glowy stuff), use with MATERIALFLAG_FULLBRIGHT +#define MATERIALFLAG_VERTEXCOLOR 0x20000000 // combined mask of all attributes that require depth sorted rendering #define MATERIALFLAGMASK_DEPTHSORTED (MATERIALFLAG_BLENDED | MATERIALFLAG_NODEPTHTEST) // combined mask of all attributes that cause some sort of transparency