source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/media/materials/scripts/gametools.material @ 1493

Revision 1493, 633 bytes checked in by igarcia, 18 years ago (diff)
Line 
1material gametoolsBlockCenter
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        //scene_blend alpha_blend
9                        depth_check off
10
11                        texture_unit
12                        {
13                                texture New_Ogre_Border_Center.png
14                        }
15                }
16        }
17}
18
19material gametoolsVideoPage
20{
21        technique
22        {
23                pass
24                {
25                        lighting off
26                        //scene_blend alpha_blend
27                        depth_check off
28
29                        texture_unit
30                        {
31                                texture gametoolsVideoPage.png
32                        }
33                }
34        }
35}
36
37material gametoolsDemoPage
38{
39        technique
40        {
41                pass
42                {
43                        lighting off
44                        //scene_blend alpha_blend
45                        depth_check off
46
47                        texture_unit
48                        {
49                                texture gametoolsDemoPage.png
50                        }
51                }
52        }
53}
54
55
Note: See TracBrowser for help on using the repository browser.