diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h index ac3715f5..a01c1eaf 100644 --- a/include/IrrCompileConfig.h +++ b/include/IrrCompileConfig.h @@ -407,6 +407,12 @@ tool . */ //! Uncomment the following line if you want to ignore the deprecated warnings //#define IGNORE_DEPRECATED_WARNING +//! Define _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ to support BillboardSceneNodes +#define _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#ifdef NO_IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#undef _IRR_COMPILE_WITH_BILLBOARD_SCENENODE_ +#endif + //! Define _IRR_COMPILE_WITH_SKINNED_MESH_SUPPORT_ if you want to use bone based /** animated meshes. If you compile without this, you will be unable to load B3D, MS3D or X meshes */