diff --git a/include/ISceneManager.h b/include/ISceneManager.h index 7b200119..69503c1b 100644 --- a/include/ISceneManager.h +++ b/include/ISceneManager.h @@ -212,13 +212,6 @@ namespace scene * files .mtl are also supported. This importer for * Irrlicht can load them directly. * - * - * Milkshape (.ms3d) - * .MS3D files contain models and sometimes skeletal - * animations from the Milkshape 3D modeling and animation - * software. Like the other skeletal mesh loaders, joints - * are exposed via the ISkinnedMesh animated mesh type. - * * * * To load and display a mesh quickly, just do this: