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

Revision 1783, 771 bytes checked in by gumbau, 18 years ago (diff)
Line 
1
2material Material0
3{
4        technique
5        {
6                pass
7                {
8                        ambient 1.0 1.0 1.0 1
9
10                        cull_hardware none
11                        cull_software none
12
13                        texture_unit
14                        {
15                                texture axe.jpg
16                        }
17                }
18        }
19}
20
21material Material1
22{
23        technique
24        {
25                pass
26                {
27                        ambient 1.0 1.0 1.0 1
28
29                        cull_hardware none
30                        cull_software none
31
32                        texture_unit
33                        {
34                                texture dwarf.jpg
35                        }
36                }
37        }
38}
39
40material Material2
41{
42        technique
43        {
44                pass
45                {
46                        ambient 1.0 1.0 1.0 1
47
48                        cull_hardware none
49                        cull_software none
50
51                        texture_unit
52                        {
53                                texture dwarf2.jpg
54                        }
55                }
56        }
57}
58
59material Material3
60{
61        technique
62        {
63                pass
64                {
65                        ambient 1.0 1.0 1.0 1
66
67                        cull_hardware none
68                        cull_software none
69
70                        texture_unit
71                        {
72                                texture axe.jpg
73                        }
74                }
75        }
76}
Note: See TracBrowser for help on using the repository browser.