Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5292 was 5288, checked in by runom, 16 years ago

added necessary files for planet

File size: 671 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 0.800000 0.800000 0.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        technique
32        {
33                pass
34                {
35                        lighting off
36                        scene_blend alpha_blend
37                        depth_check on
38                       
39                        lod_index 0
40                        texture_unit
41                        {
42                                texture atmospheretype3.tga
43                        }                       
44                }
45        }
46}
47
48
49
Note: See TracBrowser for help on using the repository browser.