Add ObjDumper for general use

This commit is contained in:
Jan
2021-08-13 22:34:42 +02:00
parent 0478a88d15
commit 76a7ca99c3
8 changed files with 480 additions and 194 deletions

View File

@ -162,7 +162,7 @@ bool UnlinkerArgs::SetModelDumpingMode()
if (specifiedValue == "obj")
{
ObjWriting::Configuration.ModelOutputFormat = ObjWriting::Configuration_t::ModelOutputFormat_e::XMODEL_EXPORT;
ObjWriting::Configuration.ModelOutputFormat = ObjWriting::Configuration_t::ModelOutputFormat_e::OBJ;
return true;
}