source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/SpaceStation/Media/Station/GTPStationPostProc.material @ 3255

Revision 3255, 1.1 KB checked in by szirmay, 15 years ago (diff)
Line 
1material GTP/Station/PostProc/GlowCut : GTP/PostProc/GlowCut
2{
3   technique maintechnique
4   {
5      pass mainpass
6      {
7        fragment_program_ref
8        {
9          param_named cutValue float 5.0
10          param_named timeBlur float 0.3               
11        }               
12      }
13   }
14}
15
16material GTP/Station/GlowFinalCombine : GTP/PostProc/Combine
17{
18   technique maintechnique
19   {
20      pass mainpass
21      {
22                 fragment_program_ref GTP/PostProc/Combine_PS
23         {
24                param_named weight1 float 1.0
25                param_named weight2 float 0.2
26                 }     
27      }
28   }
29}
30
31material GTP/Station/PostProc/GlowBlurH : GTP/PostProc/GlowBlurH
32{
33   technique maintechnique
34   {
35      pass mainpass
36      {
37         fragment_program_ref
38         {
39           param_named Stretch float 1.6           
40         }                             
41      }
42   }
43}
44
45material GTP/Station/PostProc/GlowBlurV : GTP/PostProc/GlowBlurV
46{
47   technique maintechnique
48   {
49      pass mainpass
50      {
51         fragment_program_ref
52         {
53           param_named Stretch float 1.6               
54         }                       
55      }
56   }
57}
58
Note: See TracBrowser for help on using the repository browser.