 |
Irrlicht 3D Engine
|
|
Go to the documentation of this file.
5 #ifndef __E_MESH_WRITER_ENUMS_H_INCLUDED__
6 #define __E_MESH_WRITER_ENUMS_H_INCLUDED__
58 #endif // __E_MESH_WRITER_ENUMS_H_INCLUDED__
@ EMWF_WRITE_COMPRESSED
write in a way that consumes less disk space
@ EMWT_PLY
PLY mesh writer for .ply files.
@ EMWT_COLLADA
COLLADA mesh writer for .dae and .xml files.
@ EMWT_IRR_MESH
Irrlicht native mesh writer, for static .irrmesh files.
@ EMWT_OBJ
OBJ mesh writer for .obj files.
@ EMWF_NONE
no writer flags
#define MAKE_IRR_ID(c0, c1, c2, c3)
ignore VC8 warning deprecated
@ EMWT_STL
STL mesh writer for .stl files.
@ EMWF_WRITE_BINARY
write in binary format rather than text
Everything in the Irrlicht Engine can be found in this namespace.
@ EMWF_WRITE_LIGHTMAPS
write lightmap textures out if possible
E_MESH_WRITER_FLAGS
flags configuring mesh writing
EMESH_WRITER_TYPE
An enumeration for all supported types of built-in mesh writers.