1/* Landscape */
2
3{
4material tex_material/c_black
5	bump 0.0
6	hardness 0.0
7}
8
9{
10material tex_material/s_wood003
11	bump 1.0
12	hardness 0.1
13}
14
15{
16material tex_nature/desert004
17	bump 1.0
18	hardness 0.0
19}
20
21{
22material tex_nature/desert005
23	bump 1.0
24	hardness 0.0
25}
26
27{
28material tex_nature/desert007
29	bump 1.0
30	hardness 0.0
31}
32
33
34
35/* UFO textures*/
36
37// hull main textures
38{
39	material tex_ufo/ufo2_01
40	bump 1.0
41	hardness 1.0
42	parallax 1.0
43	specular 5.0
44	{
45		lightmap
46	}
47}
48
49{
50	material tex_ufo/ufo2_02
51	bump 1.0
52	hardness 0.8
53	parallax 1.0
54	specular 5.0
55	{
56		lightmap
57	}
58}
59
60{
61	material tex_ufo/ufo2_03
62	bump 1.0
63	hardness 0.8
64	parallax 1.0
65	specular 5.0
66	{
67		lightmap
68	}
69}
70
71{
72	material tex_ufo/ufo2_04
73	bump 1.0
74	hardness 1.0
75	parallax 1.0
76	specular 5.0
77	{
78		lightmap
79	}
80}
81
82{
83	material tex_ufo/ufo2_05
84	bump 1.0
85	hardness 1.0
86	parallax 1.0
87	specular 5.0
88	{
89		lightmap
90	}
91}
92
93{
94	material tex_ufo/ufo2_06
95	bump 1.0
96	hardness 1.0
97	parallax 1.0
98	specular 5.0
99	{
100		lightmap
101	}
102}
103{
104	material tex_ufo/ufo2_07
105	bump 1.0
106	hardness 1.0
107	parallax 1.0
108	specular 5.0
109	{
110		lightmap
111	}
112}
113
114{
115	material tex_ufo/ufo2_08
116	bump 1.0
117	hardness 1.0
118	parallax 1.0
119	specular 5.0
120	{
121		lightmap
122	}
123}
124{
125	material tex_ufo/ufo2_09
126	bump 1.0
127	hardness 1.0
128	parallax 1.0
129	specular 5.0
130	{
131		lightmap
132	}
133}
134{
135	material tex_ufo/ufo2_10
136	bump 1.0
137	hardness 1.0
138	parallax 1.0
139	specular 5.0
140	{
141		lightmap
142	}
143}
144
145// engines
146{
147	material tex_ufo/ufo2_12
148	{
149		texture tex_ufo/ufo2_12_glow
150		blend GL_SRC_COLOR GL_SRC_ALPHA
151		pulse 0.5
152	}
153}
154
155{
156	material tex_ufo/ufo2_17
157	bump 1.0
158	hardness 1.0
159	parallax 1.0
160	specular 5.0
161	{
162		lightmap
163	}
164}
165