Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/scripts/asteroid_ice.material @ 6604

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

svn:eol-style "native" for all text based files.

  • Property svn:eol-style set to native
File size: 514 bytes
Line 
1material Material.001/TEXFACE/asteroid_ice.tga
2{
3        receive_shadows on
4        technique
5        {
6                pass
7                {
8                        ambient 1.000000 1.000000 1.000000 0.95
9                        diffuse 0.698981 0.698981 0.698981 0.95
10                        emissive 0.000000 0.000000 0.000000 0.95
11                        scene_blend alpha_blend
12                        depth_write off
13                        texture_unit
14                        {
15                                texture asteroid_ice.tga
16                                colour_op modulate
17                        }
18                }
19                pass
20                {
21                        ambient 0.0 0.0 0.0
22                        diffuse 0.0 0.0 0.0
23                        specular 0.000000 0.000000 0.000000 0.673132 32.250000
24                        scene_blend add
25                        depth_write off
26                }
27        }
28}
Note: See TracBrowser for help on using the repository browser.