Irrlicht 3D Engine
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
19
enum
EMESH_WRITER_TYPE
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
};
36
37
39
enum
E_MESH_WRITER_FLAGS
40
{
42
EMWF_NONE
= 0,
43
45
EMWF_WRITE_LIGHTMAPS
= 0x1,
46
48
EMWF_WRITE_COMPRESSED
= 0x2,
49
51
EMWF_WRITE_BINARY
= 0x4
52
};
53
54
}
// end namespace scene
55
}
// end namespace irr
56
57
58
#endif // __E_MESH_WRITER_ENUMS_H_INCLUDED__
59
Irrlicht Engine
Documentation © 2003-2012 by Nikolaus Gebhardt. Generated on Mon Jun 6 2022 20:53:05 for Irrlicht 3D Engine by
Doxygen
1.8.1.2