Update ISceneManager.h

This commit is contained in:
jordan4ibanez 2023-11-29 03:29:50 -05:00
parent bb7afff293
commit 6c6868b1fa
1 changed files with 0 additions and 7 deletions

View File

@ -212,13 +212,6 @@ namespace scene
* files .mtl are also supported. This importer for
* Irrlicht can load them directly. </TD>
* </TR>
* <TR>
* <TD>Milkshape (.ms3d)</TD>
* <TD>.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.</TD>
* </TR>
* </TABLE>
*
* To load and display a mesh quickly, just do this: