arsa  2.7
EMeshWriterEnums.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_MESH_WRITER_ENUMS_H_INCLUDED__
6 #define __E_MESH_WRITER_ENUMS_H_INCLUDED__
7 
8 #include "irrTypes.h"
9 
10 namespace irr
11 {
12 namespace scene
13 {
14 
16 
20  {
22  EMWT_IRR_MESH = MAKE_IRR_ID('i','r','r','m'),
23 
25  EMWT_COLLADA = MAKE_IRR_ID('c','o','l','l'),
26 
28  EMWT_STL = MAKE_IRR_ID('s','t','l',0),
29 
31  EMWT_OBJ = MAKE_IRR_ID('o','b','j',0),
32 
34  EMWT_PLY = MAKE_IRR_ID('p','l','y',0),
35 
37  EMWT_B3D = MAKE_IRR_ID('b', '3', 'd', 0)
38  };
39 
40 
43  {
45  EMWF_NONE = 0,
46 
49  // (Note: User meshwriters can still use it)
51 
53  // (Note: Mainly there for user meshwriters)
55 
58  };
59 
60 } // end namespace scene
61 } // end namespace irr
62 
63 
64 #endif // __E_MESH_WRITER_ENUMS_H_INCLUDED__
65 
COLLADA mesh writer for .dae and .xml files.
Irrlicht native mesh writer, for static .irrmesh files.
Everything in the Irrlicht Engine can be found in this namespace.
Definition: CARSADPad.h:6
write in binary format rather than text
B3D mesh writer, for static .b3d files.
EMESH_WRITER_TYPE
An enumeration for all supported types of built-in mesh writers.
OBJ mesh writer for .obj files.
STL mesh writer for .stl files.
write in a way that consumes less disk space
PLY mesh writer for .ply files.
#define MAKE_IRR_ID(c0, c1, c2, c3)
ignore VC8 warning deprecated
Definition: irrTypes.h:243
E_MESH_WRITER_FLAGS
flags configuring mesh writing