Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

fixed a material file

  • Property svn:eol-style set to native
File size: 912 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                { 
36                        depth_write off
37                        lighting off
38                        scene_blend alpha_blend
39                        depth_check on
40                       
41                        texture_unit
42                        {
43                                texture atmospheretype3.tga
44                        }                       
45                }
46        }
47}
48
49
50material atmosphere1
51{
52        receive_shadows on
53        technique
54        {
55                pass
56                { 
57                        depth_write off
58                        lighting off
59                        scene_blend alpha_blend
60                        depth_check on
61                       
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.