1material SOLID/TEX/wood7.jpg
2{
3	technique
4	{
5		pass
6		{
7			ambient 0.4 0.4 0.4 1
8			diffuse 1 1 1 1
9
10			scene_blend alpha_blend
11
12			texture_unit
13			{
14				texture wood7.jpg
15			}
16		}
17	}
18}
19
20material SOLID/TEX/Leaves.png
21{
22	technique
23	{
24		pass
25		{
26			ambient 0.5 0.5 0.5 1
27			diffuse 0.6 0.6 0.6 1
28
29			cull_hardware none
30			alpha_rejection greater_equal 128
31			//scene_blend alpha_blend
32
33			texture_unit
34			{
35				texture Leaves.png alpha
36			}
37		}
38	}
39}
40
41material SOLID/TEX/PineLeaves.png
42{
43	technique
44	{
45		pass
46		{
47			ambient 0.5 0.5 0.5 1
48			diffuse 0.6 0.6 0.6 1
49
50			cull_hardware none
51			alpha_rejection greater_equal 128
52
53			texture_unit
54			{
55				texture PineLeaves.png alpha
56			}
57		}
58	}
59}
60