From f7bf20a1e4b5fb06aeee51e192968e94e712422c Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Wed, 29 Nov 2023 01:48:55 -0500 Subject: [PATCH] Rip out 2 forgotten formats --- include/IMesh.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/IMesh.h b/include/IMesh.h index 50c9bc37..e1c45aca 100644 --- a/include/IMesh.h +++ b/include/IMesh.h @@ -24,12 +24,6 @@ namespace scene //! Maya .obj static model EAMT_OBJ, - //! My3D Mesh, the file format by Zhuck Dimitry - EAMT_MY3D, - - //! Pulsar LMTools .lmts file. This Irrlicht loader was written by Jonas Petersen - EAMT_LMTS, - //! Cartography Shop .csm file. This loader was created by Saurav Mohapatra. EAMT_CSM,