mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Add todo.
This commit is contained in:
parent
6bb005e5cc
commit
6b68a19cc2
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
/*
|
||||||
|
TODO:
|
||||||
|
- ue4 .obj import not working (model looks ugly)
|
||||||
|
- .fbx export with link faces not working
|
||||||
|
*/
|
||||||
|
|
||||||
// options
|
// options
|
||||||
bool silent = false;
|
bool silent = false;
|
||||||
bool printMaxPolygonBlock = false;
|
bool printMaxPolygonBlock = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue