source:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/kupola.material
@
2301
Revision 2301, 820 bytes checked in by szirmay, 18 years ago (diff) |
---|
Line | |
---|---|
1 | material kupolafal_low |
2 | { |
3 | |
4 | technique |
5 | { |
6 | pass |
7 | { |
8 | |
9 | texture_unit |
10 | { |
11 | texture falt2.tga |
12 | } |
13 | |
14 | } |
15 | } |
16 | } |
17 | |
18 | |
19 | material kupolatalaj_low |
20 | { |
21 | technique |
22 | { |
23 | pass |
24 | { |
25 | |
26 | texture_unit |
27 | { |
28 | texture talaj2.tga |
29 | } |
30 | |
31 | } |
32 | } |
33 | } |
34 | |
35 | |
36 | material kupolalambert2 |
37 | { |
38 | |
39 | technique |
40 | { |
41 | pass |
42 | { |
43 | IllumTechniques |
44 | { |
45 | |
46 | //RenderTechnique CausticReceiver |
47 | //{ |
48 | max_caster_count 1 |
49 | //} |
50 | } |
51 | |
52 | texture_unit |
53 | { |
54 | texture falt2.tga |
55 | } |
56 | |
57 | } |
58 | } |
59 | } |
60 | |
61 | |
62 | material kupolalambert5 |
63 | { |
64 | technique |
65 | { |
66 | |
67 | pass |
68 | { |
69 | IllumTechniques |
70 | { |
71 | |
72 | //RenderTechnique CausticReceiver |
73 | //{ |
74 | max_caster_count 1 |
75 | //} |
76 | } |
77 | texture_unit |
78 | { |
79 | texture talaj2.tga |
80 | } |
81 | |
82 | } |
83 | } |
84 | } |
85 |
Note: See TracBrowser
for help on using the repository browser.