Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/png2/materials/scripts/cube.material @ 7259

Last change on this file since 7259 was 7259, checked in by rgrieder, 14 years ago

Replaced *.tga references with .png references.

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1material cube/TEXFACE/OrxonoxYELLOW.tga
2{
3        receive_shadows on
4        technique
5        {
6                pass
7                {
8                        ambient 0.500000 0.500000 0.500000 1.000000
9                        diffuse 0.800000 0.800000 0.800000 1.000000
10                        emissive 0.000000 0.000000 0.000000 1.000000
11                        texture_unit
12                        {
13                                texture OrxonoxYELLOW.png
14                                colour_op modulate
15                        }
16                }
17                pass
18                {
19                        ambient 0.0 0.0 0.0
20                        diffuse 0.0 0.0 0.0
21                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
22                        scene_blend add
23                }
24        }
25}
26
27material cube/TEXFACE/OrxonoxGREEN.tga
28{
29        receive_shadows on
30        technique
31        {
32                pass
33                {
34                        ambient 0.500000 0.500000 0.500000 1.000000
35                        diffuse 0.800000 0.800000 0.800000 1.000000
36                        emissive 0.000000 0.000000 0.000000 1.000000
37                        texture_unit
38                        {
39                                texture OrxonoxGREEN.png
40                                colour_op modulate
41                        }
42                }
43                pass
44                {
45                        ambient 0.0 0.0 0.0
46                        diffuse 0.0 0.0 0.0
47                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
48                        scene_blend add
49                }
50        }
51}
52
53material cube/TEXFACE/OrxonoxRED.tga
54{
55        receive_shadows on
56        technique
57        {
58                pass
59                {
60                        ambient 0.500000 0.500000 0.500000 1.000000
61                        diffuse 0.800000 0.800000 0.800000 1.000000
62                        emissive 0.000000 0.000000 0.000000 1.000000
63                        texture_unit
64                        {
65                                texture OrxonoxRED.png
66                                colour_op modulate
67                        }
68                }
69                pass
70                {
71                        ambient 0.0 0.0 0.0
72                        diffuse 0.0 0.0 0.0
73                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
74                        scene_blend add
75                }
76        }
77}
78
79material cube/TEXFACE/OrxonoxORANGE.tga
80{
81        receive_shadows on
82        technique
83        {
84                pass
85                {
86                        ambient 0.500000 0.500000 0.500000 1.000000
87                        diffuse 0.800000 0.800000 0.800000 1.000000
88                        emissive 0.000000 0.000000 0.000000 1.000000
89                        texture_unit
90                        {
91                                texture OrxonoxORANGE.png
92                                colour_op modulate
93                        }
94                }
95                pass
96                {
97                        ambient 0.0 0.0 0.0
98                        diffuse 0.0 0.0 0.0
99                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
100                        scene_blend add
101                }
102        }
103}
Note: See TracBrowser for help on using the repository browser.