material GTP/Station/PostProc/GlowCut : GTP/PostProc/GlowCut { technique maintechnique { pass mainpass { fragment_program_ref { param_named cutValue float 6.0 param_named timeBlur float 0.24 } } } } 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.35 } } } } material GTP/Station/PostProc/GlowBlurH : GTP/PostProc/GlowBlurH { technique maintechnique { pass mainpass { fragment_program_ref { param_named Stretch float 1.7 } } } } material GTP/Station/PostProc/GlowBlurV : GTP/PostProc/GlowBlurV { technique maintechnique { pass mainpass { fragment_program_ref { param_named Stretch float 1.7 } } } }