diff --git a/changes.txt b/changes.txt index 0792a951..8db07c76 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ -------------------------- Changes in 1.9 (not yet released) +- MY3D loader deprecated and disabled by default as MY3D tools can't be found on the web anymore. Also could always be used as external loader. - createCylinderMesh, createArrowMesh and createConeMesh in GeometryCreator tessellation numbers now for full instead of semi-circle. Double your tessellation numbers to get same results as in 1.8 Sorry had to break as old solution didn't allow for odd numbers. Also was documented otherwise, so was a bug. diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h index 4991d79b..2e1c1563 100644 --- a/include/IrrCompileConfig.h +++ b/include/IrrCompileConfig.h @@ -497,7 +497,11 @@ B3D, MS3D or X meshes */ #undef _IRR_COMPILE_WITH_LMTS_LOADER_ #endif //! Define _IRR_COMPILE_WITH_MY3D_LOADER_ if you want to load MY3D files -#define _IRR_COMPILE_WITH_MY3D_LOADER_ +//! Note: As My3DTools can't be found on the web anymore and there hasn't been +//! any update about it since around 2005 the loader is deprecated with +//! Irrlicht 1.9 and will be removed in Irrlicht 1.10 unless there are any +//! news about the tool. +//#define _IRR_COMPILE_WITH_MY3D_LOADER_ #ifdef NO_IRR_COMPILE_WITH_MY3D_LOADER_ #undef _IRR_COMPILE_WITH_MY3D_LOADER_ #endif