2 { |
2 { |
3 "$bluramount" "1" |
3 "$bluramount" "1" |
4 "$surfaceprop" "glass" |
4 "$surfaceprop" "glass" |
5 "$refractamount" ".100" |
5 "$refractamount" ".100" |
6 "$scale" "[1 1]" |
6 "$scale" "[1 1]" |
7 "$normalmap" "redcity/glass_modern_window_normal" |
7 "$normalmap" "glitchvid/glass/glass_modern_window_normal" |
8 "$REFRACTTINTTEXTURE" "redcity/glass_modern_window" |
8 "$REFRACTTINTTEXTURE" "glitchvid/glass/glass_modern_window" |
9 "$envmap" "env_cubemap" |
9 "$envmap" "env_cubemap" |
10 "$normalmapalphaenvmapmask" 1 |
10 "$normalmapalphaenvmapmask" 1 |
11 "$envmaptint" "[0.3, 0.3, 0.3]" |
11 "$envmaptint" "[0.3, 0.3, 0.3]" |
12 |
|
13 "Refract_dx90" |
|
14 { |
|
15 "$refractamount" "0.100" |
|
16 } |
|
17 |
|
18 "Refract_DX80" |
|
19 { |
|
20 "$refractamount" ".025" |
|
21 "$REFRACTTINTTEXTURE" "glass_modern_window" |
|
22 |
|
23 "UnlitGeneric_dx8" |
|
24 { |
|
25 "$basetexture" "redcity/glass_modern_window" |
|
26 "Proxies" |
|
27 { |
|
28 "Sine" |
|
29 { |
|
30 "resultVar" "$alpha" |
|
31 "sineperiod" 15 |
|
32 "sinemin" 0.1 |
|
33 "sinemax" 0.1 |
|
34 } |
|
35 } |
|
36 |
|
37 "UnlitGeneric_dx6" |
|
38 { |
|
39 "$basetexture" "redcity/glass_modern_window" |
|
40 "Proxies" |
|
41 { |
|
42 "Sine" |
|
43 { |
|
44 "resultVar" "$alpha" |
|
45 "sineperiod" 15 |
|
46 "sinemin" 0.1 |
|
47 "sinemax" 0.1 |
|
48 } |
|
49 } |
|
50 } |
|
51 } |
12 } |
52 } |
|