1material GoldIdol
2{
3    receive_shadows on
4    technique
5    {
6        pass
7        {
8            ambient 0.9 0.9 0.9 1.0
9            diffuse 0.9 0.9 0.9 1.0
10            specular 0.9 0.9 0.9 1.0 12.5
11            emissive 0.0 0.0 0.0 1.0
12
13            texture_unit
14            {
15                texture GoldIdol_UV.jpg
16                tex_address_mode wrap
17                filtering trilinear
18            }
19        }
20    }
21}
22