Line | |
---|
1 | material 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 |
|
---|
16 | material 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 |
|
---|
31 | material 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 |
|
---|
45 | material 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.