1
2material drbunsen_head
3{
4	technique
5	{
6		pass
7		{
8			ambient 0.25 0.25 0.25
9			diffuse 1.0 1.0 1.0
10
11			texture_unit
12			{
13				texture Dr_Bunsen_Head.jpg
14			}
15		}
16	}
17}
18
19material drbunsen_eye
20{
21	technique
22	{
23		pass
24		{
25			ambient 0.25 0.25 0.25
26			diffuse 1.0 1.0 1.0
27
28		}
29	}
30}
31
32material drbunsen_teeth
33{
34	technique
35	{
36		pass
37		{
38			ambient 0.25 0.25 0.25
39			diffuse 1.0 1.0 1.0
40
41		}
42	}
43}
44
45material drbunsen_tongue
46{
47	technique
48	{
49		pass
50		{
51			ambient 0.25 0.25 0.25
52			diffuse 1.0 0.1 0.1
53
54		}
55	}
56}
57
58material drbunsen_gums
59{
60	technique
61	{
62		pass
63		{
64			ambient 0.25 0.25 0.25
65			diffuse 1.0 0.1 0.1
66
67		}
68	}
69}
70
71material drbunsen_glasses
72{
73	technique
74	{
75		pass
76		{
77			depth_write off
78			scene_blend modulate
79			ambient 0.25 0.25 0.25
80			diffuse 0.75 0.75 0.75
81
82		}
83	}
84}
85
86material drbunsen_glasses_frame
87{
88	technique
89	{
90		pass
91		{
92			ambient 0.25 0.25 0.25
93			diffuse 0.35 0.18 0 1
94
95		}
96	}
97}
98
99