From 6c6868b1fa49c82596fbf188ffbb26159247c1f8 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Wed, 29 Nov 2023 03:29:50 -0500 Subject: [PATCH] Update ISceneManager.h --- include/ISceneManager.h | 7 ------- 1 file changed, 7 deletions(-) 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: