source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/terito.material @ 1862

Revision 1862, 473 bytes checked in by szirmay, 18 years ago (diff)
Line 
1material blueChecker
2{
3        technique
4        {
5                pass
6                {
7                        //lighting off
8                        ambient 0.8 0.8 0.8 1
9                        diffuse 0.8 0.8 0.8 1
10                        specular 0 0 0 0
11                        emissive 0 0 0
12                        texture_unit
13                        {
14                         filtering none
15                         texture blueChecker.tga
16                        }
17                }
18        }
19}
20material redChecker
21{
22        technique
23        {
24                pass
25                {
26                    //lighting off
27                        ambient 0.8 0.8 0.8 1
28                        diffuse 0.8 0.8 0.8 1
29                        specular 0 0 0 0
30                        emissive 0 0 0
31                        texture_unit
32                        {
33                         filtering none
34                         texture redChecker.tga
35                        }
36                }
37        }
38}
Note: See TracBrowser for help on using the repository browser.