X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_brush.h;h=20dd05b2c315a31ff5fa7b281514624608e5ee49;hp=7fcd23e3dbd10169b733b89ad00646abd7cbbc55;hb=44fe4c427b5e62a2ccc81f8ff04f62887c214d2c;hpb=9eeb76972c2b8f8c9ad7ed99a44431b6451e9815 diff --git a/model_brush.h b/model_brush.h index 7fcd23e3..20dd05b2 100644 --- a/model_brush.h +++ b/model_brush.h @@ -110,8 +110,6 @@ mplane_t; #define MATERIALFLAG_MODELLIGHT 4194304 // add directional model lighting to this material (q3bsp lightgrid only) #define MATERIALFLAG_MODELLIGHT_DIRECTIONAL 8388608 -// combined mask of all attributes that require depth sorted rendering -#define MATERIALFLAGMASK_DEPTHSORTED (MATERIALFLAG_SORTTRANSPARENT | MATERIALFLAG_BLENDED | MATERIALFLAG_NODEPTHTEST) typedef struct medge_s {