Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/materials/scripts/planet.material @ 5347

Last change on this file since 5347 was 5347, checked in by runom, 15 years ago

files for planet

  • Property svn:eol-style set to native
File size: 936 bytes
Line 
1material planet/TEXFACE/planet.jpg
2{
3        receive_shadows on
4        technique
5        {
6                pass
7                {
8                        ambient 0.500000 0.500000 0.500000 1.000000
9                        diffuse 10.800000 10.800000 10.800000 1.000000
10                        emissive 0.000000 0.000000 0.000000 1.000000
11
12                        texture_unit
13                        {
14                                texture planet1024.jpg
15                                colour_op modulate
16                        }
17                }
18                pass
19                {
20                        ambient 0.0 0.0 0.0
21                        diffuse 0.0 0.0 0.0
22                        specular 0.000000 0.000000 0.000000 1.000000 12.500000
23                        scene_blend add
24                }
25        }
26}
27
28
29material planet/Atmosphere
30{
31        receive_shadows on
32        technique
33        {
34                pass
35                {depth_write off
36                        lighting off
37                        scene_blend alpha_blend
38                        depth_check on
39                       
40                        lod_index 0
41                        texture_unit
42                        {
43                                texture atmospheretype3.tga
44                        }                       
45                }
46        }
47}
48
49
50material planet/Atmosphere
51{
52        receive_shadows on
53        technique
54        {
55                pass
56                {depth_write off
57                        lighting off
58                        scene_blend alpha_blend
59                        depth_check on
60                       
61                        lod_index 0
62                        texture_unit
63                        {
64                                texture atmospheretype1.tga
65                        }                       
66                }
67        }
68}
69
70
71
Note: See TracBrowser for help on using the repository browser.