source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/hangar.material @ 2152

Revision 2152, 159 bytes checked in by szirmay, 17 years ago (diff)
Line 
1material lambert1
2{
3        technique
4        {
5                pass
6                {
7               
8                        ambient 1.0 1.0 1.0 1
9                        diffuse 1.0 1.0 1.0 1
10                        specular 0 0 0 0
11                        emissive 0 0 0
12                }
13        }
14}
Note: See TracBrowser for help on using the repository browser.