Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
EMaterialTypes.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2012 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
5 #ifndef __E_MATERIAL_TYPES_H_INCLUDED__
6 #define __E_MATERIAL_TYPES_H_INCLUDED__
7 
8 namespace irr
9 {
10 namespace video
11 {
12 
15  {
17 
19  EMT_SOLID = 0,
20 
22 
26 
28 
32 
34 
36 
38 
43 
45 
50 
53 
56 
59 
61 
69 
71 
74 
76 
78 
80 
89 
91 
102 
104 
114 
117 
119 
125 
127 
138 
140 
151 
153 
164 
166 
182 
184 
186 
188 
190 
192 
194 
196  EMT_FORCE_32BIT = 0x7fffffff
197  };
198 
200  const char* const sBuiltInMaterialTypeNames[] =
201  {
202  "solid",
203  "solid_2layer",
204  "lightmap",
205  "lightmap_add",
206  "lightmap_m2",
207  "lightmap_m4",
208  "lightmap_light",
209  "lightmap_light_m2",
210  "lightmap_light_m4",
211  "detail_map",
212  "sphere_map",
213  "reflection_2layer",
214  "trans_add",
215  "trans_alphach",
216  "trans_alphach_ref",
217  "trans_vertex_alpha",
218  "trans_reflection_2layer",
219  "normalmap_solid",
220  "normalmap_trans_add",
221  "normalmap_trans_vertexalpha",
222  "parallaxmap_solid",
223  "parallaxmap_trans_add",
224  "parallaxmap_trans_vertexalpha",
225  "onetexture_blend",
226  0
227  };
228 
229 } // end namespace video
230 } // end namespace irr
231 
232 
233 #endif // __E_MATERIAL_TYPES_H_INCLUDED__
234 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Mon May 6 2013 17:41:01 by Doxygen (1.8.3.1)