source: OGRE/trunk/resources/materials/scripts/natFX_Tree1_LOD2.material @ 370

Revision 370, 860 bytes checked in by mattausch, 19 years ago (diff)

fixed specular bug in trees
added batched query manager
added t information to ray bsp leaves

Line 
1material Horsechestnut_a_LOD02_VHb7b5a1a4310441a000003e8590b2198_1121354364_0_0
2{
3        technique
4        {
5                pass
6                {
7                        ambient 1 1 1 1
8                        diffuse 1 1 1 1
9                        specular 0 0 0 20
10                        emissive 0 0 0
11
12                        scene_blend alpha_blend
13                        depth_write off
14
15                        texture_unit
16                        {
17                                texture VHb7b5a1a4310441a000003e8590b2198_1121354364.png
18                                tex_coord_set 0
19                                colour_op modulate
20                        }
21                }
22        }
23}
24
25material Horsechestnut_a_LOD02_baesca0_2_3
26{
27        technique
28        {
29                pass
30                {
31                        ambient 1 1 1 1
32                        diffuse 1 1 1 1
33                       
34                        emissive 0 0 0
35
36                        texture_unit
37                        {
38                                texture baesca0_512x512x3.png
39                                tex_coord_set 0
40                                colour_op modulate
41                        }
42                }
43        }
44}
45
46material Horsechestnut_a_LOD02_baesca0_3_3
47{
48        technique
49        {
50                pass
51                {
52                        ambient 1 1 1 1
53                        diffuse 1 1 1 1
54                       
55                        emissive 0 0 0
56
57                        texture_unit
58                        {
59                                texture baesca0_512x512x3.png
60                                tex_coord_set 0
61                                colour_op modulate
62                        }
63                }
64        }
65}
66
Note: See TracBrowser for help on using the repository browser.