source: GTP/trunk/App/Demos/Geom/OgreStuff/media/materials/scripts/RZR-002.material @ 1776

Revision 1776, 742 bytes checked in by gumbau, 18 years ago (diff)
Line 
1
2material RZR-002
3{
4        technique
5        {
6                pass
7                {
8
9                        texture_unit
10                        {
11                                texture RZR-002.png
12                        }
13                }
14        }
15}
16
17
18material RockTerrain
19{
20        technique
21        {
22                pass
23                {
24
25                        texture_unit
26                        {
27                                texture terr_rock-dirt.jpg
28                        }
29                }
30        }
31}
32
33
34material SnowTerrain
35{
36        technique
37        {
38                pass
39                {
40
41                        texture_unit
42                        {
43                                texture snow_1024.jpg
44                        }
45                }
46        }
47}
48
49material LogoGametools
50{
51        technique
52        {
53                pass
54                {
55                  lighting off
56                        scene_blend alpha_blend
57                        depth_check off
58
59                        texture_unit
60                        {                               
61                                texture logogametools.png
62                                filtering linear linear none
63                        }
64                }
65        }
66}
67
68material HierroOxid
69{       
70  technique
71        {
72                pass
73                {
74                        texture_unit
75                        {
76                                texture MEDRUST3.JPG
77                        }
78                }
79        }
80}
Note: See TracBrowser for help on using the repository browser.