source: GTP/trunk/App/Demos/Illum/Rain/rainMaterials/rain.material @ 2221

Revision 2221, 478 bytes checked in by plemenos, 17 years ago (diff)
  • Property svn:executable set to *
Line 
1material lampMat
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write on
9                        depth_check on
10
11                        texture_unit
12                        {
13                                texture texture_lampadaire.jpg
14                        }
15                }
16        }
17}
18
19//----------------------------
20// specific Logo
21//----------------------------
22material rainLogo
23{
24        technique
25        {
26                pass
27                {
28                        lighting off
29                        scene_blend alpha_blend
30                        depth_write off
31                        depth_check off
32
33                        texture_unit
34                        {
35                                texture calimero_logo.png
36                        }
37                }
38        }
39}
Note: See TracBrowser for help on using the repository browser.