Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

EMeshWriterEnums.h

Go to the documentation of this file.
00001 // Copyright (C) 2002-2008 Nikolaus Gebhardt
00002 // This file is part of the "Irrlicht Engine".
00003 // For conditions of distribution and use, see copyright notice in irrlicht.h
00004 
00005 #ifndef __E_MESH_WRITER_ENUMS_H_INCLUDED__
00006 #define __E_MESH_WRITER_ENUMS_H_INCLUDED__
00007 
00008 #include "irrTypes.h"
00009 
00010 namespace irr
00011 {
00012 namespace scene
00013 {
00014 
00016 
00019         enum EMESH_WRITER_TYPE
00020         {
00022                 EMWT_IRR_MESH     = MAKE_IRR_ID('i','r','r','m'),
00023 
00025                 EMWT_COLLADA      = MAKE_IRR_ID('c','o','l','l'),
00026 
00028                 EMWT_STL          = MAKE_IRR_ID('s','t','l',0)
00029         };
00030 
00031 
00033         enum E_MESH_WRITER_FLAGS
00034         {
00036                 EMWF_NONE = 0,
00037 
00039                 EMWF_WRITE_LIGHTMAPS = 0x1,
00040 
00042                 EMWF_WRITE_COMPRESSED = 0x2
00043         };
00044 
00045 } // end namespace scene
00046 } // end namespace irr
00047 
00048 
00049 #endif // __E_MESH_WRITER_ENUMS_H_INCLUDED__
00050 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated on Sun Sep 21 08:57:41 2008 by Doxygen (1.4.2)