Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Phoenix.material @ 10492

Last change on this file since 10492 was 10492, checked in by fvultier, 9 years ago

New spaceship by Christian Langenbacher

File size: 298 bytes
Line 
1
2material Phoenix.mesh_xml#0
3{
4        technique
5        {
6                pass
7                {
8                        ambient 0.8 0.8 0.8 1
9                        diffuse 0.64 0.64 0.64 1
10                        specular 0.5 0.5 0.5 1 1
11
12                        texture_unit
13                        {
14                                texture Phoenix.png
15                        }
16                }
17
18        }
19
20}
21
22material Phoenix.mesh_xml#1
23{
24        technique
25        {
26                pass
27                {
28                }
29
30        }
31
32}
Note: See TracBrowser for help on using the repository browser.