X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_brush.h;h=8eaeddd36c13eeebe2551831e2d14af8a3a1d55d;hp=7ec6c1a639ef3ce115edc21ef07066e8f0ba2663;hb=3c8da461b7565f9c6524c48aecc362270815c3ee;hpb=c2abad5db0c64852d4e807fac9d247ac220891c1 diff --git a/model_brush.h b/model_brush.h index 7ec6c1a6..8eaeddd3 100644 --- a/model_brush.h +++ b/model_brush.h @@ -72,13 +72,13 @@ mplane_t; #define MATERIALFLAG_WATERALPHA 16 // draw with no lighting #define MATERIALFLAG_FULLBRIGHT 32 -// drawn as a normal lightmapped wall +// drawn as a normal surface (alternative to SKY) #define MATERIALFLAG_WALL 64 -// swirling water effect -#define MATERIALFLAG_WATER 128 -// this surface shows the sky +// this surface shows the sky in its place, alternative to WALL // skipped if transparent -#define MATERIALFLAG_SKY 256 +#define MATERIALFLAG_SKY 128 +// swirling water effect (used with MATERIALFLAG_WALL) +#define MATERIALFLAG_WATERSCROLL 256 // skips drawing the surface #define MATERIALFLAG_NODRAW 512 // probably used only on q1bsp water