source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/stairs.material @ 1081

Revision 1081, 243 bytes checked in by szirmay, 18 years ago (diff)
Line 
1material lambert2
2{
3        technique
4        {
5                pass
6                {
7                        ambient 1 1 1 1
8                        diffuse 1 1 1 1
9                        specular 0 0 0 0
10                        emissive 0 0 0
11
12                        texture_unit
13                        {
14                                texture dirt01.jpg
15                                tex_coord_set 0
16                                colour_op modulate
17                        }
18                }
19        }
20}
Note: See TracBrowser for help on using the repository browser.