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_LATENCY = 750;
14 static const int L_0_TUTORIALS = 800;
15 static const int L_0_FEEDBACK = 850;
16 static const int L_0_SERVER_BROWSER = 900;
17 static const int L_0_DISCONNECT = 1000;
26 return "Graphics/Materials/postprocess/gauss";
void RegisterParameterScalarFloat(int idx, string parameter_name, float default_value, float min, float max)
WARNING - min/max values are usually taken from Workbench defaults, may not be actual min/max values ...
string GetDefaultMaterialPath()
override this if you want to use different path by default; '.emat' is appended automatically
void RegisterMaterialParameters()
inserted into associative array by parameter int value, parameter registration order does not matter ...
int GetPostProcessEffectID()
Overriden in all material classes!
void PPEClassBase(string mat_path_override="")
GaussFilter - PostProcessEffectType.GaussFilter.
PostProcessEffectType
Post-process effect type.