From 6b68a19cc2b8a9be3d1fdb47833a38cfed7839d5 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Fri, 6 Mar 2020 14:06:40 +0300 Subject: [PATCH] Add todo. --- src/mod_converter/mod_converter.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mod_converter/mod_converter.cpp b/src/mod_converter/mod_converter.cpp index 920ad31..5b8106a 100644 --- a/src/mod_converter/mod_converter.cpp +++ b/src/mod_converter/mod_converter.cpp @@ -33,6 +33,12 @@ #include #include +/* +TODO: + - ue4 .obj import not working (model looks ugly) + - .fbx export with link faces not working +*/ + // options bool silent = false; bool printMaxPolygonBlock = false;