From a25db8f2fa5649c3cf755b67f87af2449366babe Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Wed, 29 Nov 2023 01:49:09 -0500 Subject: [PATCH] DESTROY CSM file --- include/IMesh.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/IMesh.h b/include/IMesh.h index e1c45aca..a74e74f7 100644 --- a/include/IMesh.h +++ b/include/IMesh.h @@ -24,9 +24,6 @@ namespace scene //! Maya .obj static model EAMT_OBJ, - //! Cartography Shop .csm file. This loader was created by Saurav Mohapatra. - EAMT_CSM, - //! .oct file for Paul Nette's FSRad or from Murphy McCauley's Blender .oct exporter. /** The oct file format contains 3D geometry and lightmaps and can be loaded directly by Irrlicht */