This commit is contained in:
jordan4ibanez
2023-11-29 03:29:30 -05:00
parent 684736b757
commit bb7afff293
2 changed files with 0 additions and 8 deletions

View File

@ -24,8 +24,6 @@ namespace scene
//! COLLADA mesh writer for .dae and .xml files
EMWT_COLLADA = MAKE_IRR_ID('c','o','l','l'),
//! STL mesh writer for .stl files
EMWT_STL = MAKE_IRR_ID('s','t','l',0),
//! OBJ mesh writer for .obj files
EMWT_OBJ = MAKE_IRR_ID('o','b','j',0),