source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/materials/scripts/kupola.material @ 3255

Revision 3255, 808 bytes checked in by szirmay, 15 years ago (diff)
Line 
1material 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
19material 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
36material 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
62material 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.