Removed nonworking stuff
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@970 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
13b9851487
commit
b6ca25020b
|
@ -82,17 +82,8 @@
|
||||||
#include "CB3DMeshFileLoader.h"
|
#include "CB3DMeshFileLoader.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_COLLADA_WRITER_
|
|
||||||
#include "CColladaMeshWriter.h"
|
#include "CColladaMeshWriter.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_IRR_WRITER_
|
|
||||||
#include "CIrrMeshWriter.h"
|
#include "CIrrMeshWriter.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_STL_WRITER_
|
|
||||||
#include "CSTLMeshWriter.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "CCubeSceneNode.h"
|
#include "CCubeSceneNode.h"
|
||||||
#include "CSphereSceneNode.h"
|
#include "CSphereSceneNode.h"
|
||||||
|
@ -2200,8 +2191,6 @@ IMeshWriter* CSceneManager::createMeshWriter(EMESH_WRITER_TYPE type)
|
||||||
return new CIrrMeshWriter(Driver, FileSystem);
|
return new CIrrMeshWriter(Driver, FileSystem);
|
||||||
case EMWT_COLLADA:
|
case EMWT_COLLADA:
|
||||||
return new CColladaMeshWriter(Driver, FileSystem);
|
return new CColladaMeshWriter(Driver, FileSystem);
|
||||||
case EMWT_STL:
|
|
||||||
return new CSTLMeshWriter(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue