Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Scene.material @ 12044

Last change on this file since 12044 was 9414, checked in by jo, 12 years ago

Correcting an error.

  • Property svn:eol-style set to native
File size: 432 bytes
RevLine 
[9414]1material Material.002/TEXFACE/asteroid.tga
[6604]2{
3        receive_shadows on
4        technique
5        {
6                pass
7                {
[9414]8                        ambient 0.800000 0.600000 0.200000 1
9                        diffuse 0.800000 0.600000 0.200000 1
10                        emissive 0.000000 0.000000 0.000000 1
[6604]11                        texture_unit
12                        {
[9414]13                                texture asteroid.png
[6604]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
[9414]21                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
[6604]22                        scene_blend add
23                }
24        }
25}
Note: See TracBrowser for help on using the repository browser.