* view->filter->sky: Q3 shader based skies (skyParms keyword)

This commit is contained in:
Garux
2022-07-18 18:28:56 +03:00
parent d3e48d8c31
commit f61e0dcb67
7 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ enum
EXCLUDE_DECALS = 0x00100000,
EXCLUDE_FUNC_GROUPS = 0x00200000,
EXCLUDE_POINT_ENT = 0x00400000,
EXCLUDE_SKY = 0x00800000,
};
class Filter

View File

@@ -37,6 +37,7 @@ enum
QER_AREAPORTAL = 1 << 8,
QER_CLIP = 1 << 9,
QER_BOTCLIP = 1 << 10,
QER_SKY = 1 << 11,
};
struct qtexture_t;