Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/wrench.material @ 7708

Last change on this file since 7708 was 7708, checked in by dafrick, 13 years ago

Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.

  • Property svn:eol-style set to native
File size: 556 bytes
Line 
1material ChromeWrench
2{
3        receive_shadows on
4        technique
5        {
6                pass
7                {
8                        ambient 0.500000 0.500000 0.500000 1.000000
9                        diffuse 1.000000 1.000000 1.000000 1.000000
10                        specular 1.000000 1.000000 1.000000 1.000000 125.000000
11                        emissive 0.000000 0.000000 0.000000 1.000000
12                }
13        }
14}
15material GoldWrench
16{
17        receive_shadows on
18        technique
19        {
20                pass
21                {
22                        ambient 0.500000 0.500000 0.500000 1.000000
23                        diffuse 1.000000 1.000000 0.000000 1.000000
24                        specular 1.000000 1.000000 1.000000 1.000000 125.000000
25                        emissive 0.000000 0.000000 0.000000 1.000000
26                }
27        }
28}
Note: See TracBrowser for help on using the repository browser.