4 static const int PARAM_INTENSITY = 0;
6 static const int L_0_ADS = 100;
7 static const int L_0_SHOCK = 200;
8 static const int L_0_FEVER = 300;
9 static const int L_0_FLASHBANG = 400;
10 static const int L_0_INV = 500;
11 static const int L_0_MENU = 600;
12 static const int L_0_CONTROLS = 700;
13 static const int L_0_TUTORIALS = 800;
14 static const int L_0_SERVER_BROWSER = 900;
15 static const int L_0_DISCONNECT = 1000;
17 override int GetPostProcessEffectID()
22 override string GetDefaultMaterialPath()
24 return "Graphics/Materials/postprocess/gauss";
27 override void RegisterMaterialParameters()
29 RegisterParameterScalarFloat(PARAM_INTENSITY,
"Intensity",0.0,0.0,1.0);