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

Revision 1862, 167 bytes checked in by szirmay, 18 years ago (diff)
Line 
1material colorcube
2{
3        technique
4        {
5                pass
6                {
7                        //lighting off
8                       
9                        texture_unit
10                        {
11                                texture roomc.PNG
12                                tex_coord_set 0
13                                colour_op replace
14                        }
15                }
16        }
17}
Note: See TracBrowser for help on using the repository browser.