source: GTP/trunk/App/Demos/Geom/media/materials/scripts/dwarf.material @ 1030

Revision 1030, 657 bytes checked in by gumbau, 18 years ago (diff)

Ogre Stuff initial import

Line 
1
2material Material0
3{
4        technique
5        {
6                pass
7                {
8                        ambient 0.2 0.2 0.2 1
9                        diffuse 0.8 0.8 0.8 1
10
11                        cull_hardware none
12                        cull_software none
13
14                        texture_unit
15                        {
16                                texture axe.jpg
17                        }
18                }
19        }
20}
21
22material Material1
23{
24        technique
25        {
26                pass
27                {
28                        ambient 0.2 0.2 0.2 1
29                        diffuse 0.8 0.8 0.8 1
30
31                        cull_hardware none
32                        cull_software none
33
34                        texture_unit
35                        {
36                                texture dwarf.jpg
37                        }
38                }
39        }
40}
41
42material Material2
43{
44        technique
45        {
46                pass
47                {
48                        ambient 0.2 0.2 0.2 1
49                        diffuse 0.8 0.8 0.8 1
50
51                        cull_hardware none
52                        cull_software none
53
54                        texture_unit
55                        {
56                                texture dwarf2.jpg
57                        }
58                }
59        }
60}
Note: See TracBrowser for help on using the repository browser.