source: GTP/trunk/Lib/Geom/shared/GeoTool/media/materials/toonturtle.material @ 1024

Revision 1024, 179 bytes checked in by gumbau, 18 years ago (diff)
Line 
1
2material Material0
3{
4        technique
5        {
6                pass
7                {
8                        ambient 0.2 0.2 0.2 1
9                        diffuse 0.8 0.8 0.8 1
10
11                        texture_unit
12                        {
13                                texture toonturtle.jpg
14                        }
15                }
16        }
17}
18
Note: See TracBrowser for help on using the repository browser.