X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=model_brush.h;h=906594ad4c893db4dc623ca2e12c10151c435070;hb=bd172244c077be2f4f13caf8cabd022fcad4bd33;hp=cec784638b5c7b608c11b92476399fe4f71b83bd;hpb=1f05f42cb9c14b8d8417696283ef73e2ff641fed;p=xonotic%2Fdarkplaces.git diff --git a/model_brush.h b/model_brush.h index cec78463..906594ad 100644 --- a/model_brush.h +++ b/model_brush.h @@ -116,6 +116,8 @@ mplane_t; #define MATERIALFLAG_TRANSDEPTH 33554432 // like refraction, but doesn't distort etc. #define MATERIALFLAG_CAMERA 67108864 +// disable rtlight on surface, use R_LightPoint instead +#define MATERIALFLAG_NORTLIGHT 134217728 // 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