material GTP/Station/PostProc/GlowCut : GTP/PostProc/GlowCut { technique maintechnique { pass mainpass { fragment_program_ref { param_named cutValue float 5.0 param_named timeBlur float 0.3 } } } } material GTP/Station/GlowFinalCombine : GTP/PostProc/Combine { technique maintechnique { pass mainpass { fragment_program_ref GTP/PostProc/Combine_PS { param_named weight1 float 1.0 param_named weight2 float 0.2 } } } } material GTP/Station/PostProc/GlowBlurH : GTP/PostProc/GlowBlurH { technique maintechnique { pass mainpass { fragment_program_ref { param_named Stretch float 1.6 } } } } material GTP/Station/PostProc/GlowBlurV : GTP/PostProc/GlowBlurV { technique maintechnique { pass mainpass { fragment_program_ref { param_named Stretch float 1.6 } } } }