]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
support alphaGen vertex
[xonotic/darkplaces.git] / model_brush.h
index f1b60e0e7dc15b79a80eb01f1a99e4259316345b..8020d14ab7990154ef71dc402feebdfc01c616fc 100644 (file)
@@ -118,6 +118,8 @@ mplane_t;
 #define MATERIALFLAG_CAMERA 67108864
 // disable rtlight on surface, use R_LightPoint instead
 #define MATERIALFLAG_NORTLIGHT 134217728
+// alphagen vertex
+#define MATERIALFLAG_ALPHAGEN_VERTEX 268435456
 // 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